class
Amazonite::Kinesis::RemoveTagsFromStreamInput
- Amazonite::Kinesis::RemoveTagsFromStreamInput
- Reference
- Object
Overview
Represents the input for RemoveTagsFromStream.
Included Modules
- JSON::Serializable
Defined in:
kinesis/remove_tags_from_stream_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(tag_keys : Array(String), stream_name : String | Nil = nil, stream_arn : String | Nil = nil, stream_id : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#stream_arn : String | Nil
The ARN of the stream.
-
#stream_arn=(stream_arn : String | Nil)
The ARN of the stream.
-
#stream_id : String | Nil
Not Implemented.
-
#stream_id=(stream_id : String | Nil)
Not Implemented.
-
#stream_name : String | Nil
The name of the stream.
-
#stream_name=(stream_name : String | Nil)
The name of the stream.
-
#tag_keys : Array(String)
A list of tag keys.
-
#tag_keys=(tag_keys : Array(String))
A list of tag keys.
- #validate! : Nil
Constructor Detail
def self.new(tag_keys : Array(String), stream_name : String | Nil = nil, stream_arn : String | Nil = nil, stream_id : String | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def tag_keys : Array(String)
#
A list of tag keys. Each corresponding tag is removed from the stream.
def tag_keys=(tag_keys : Array(String))
#
A list of tag keys. Each corresponding tag is removed from the stream.