class
Amazonite::Kinesis::AddTagsToStreamInput
- Amazonite::Kinesis::AddTagsToStreamInput
- Reference
- Object
Overview
Represents the input for AddTagsToStream.
Included Modules
- JSON::Serializable
Defined in:
kinesis/add_tags_to_stream_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(tags : Hash(String, 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.
-
#tags : Hash(String, String)
A set of up to 50 key-value pairs to use to create the tags.
-
#tags=(tags : Hash(String, String))
A set of up to 50 key-value pairs to use to create the tags.
- #validate! : Nil
Constructor Detail
def self.new(tags : Hash(String, 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 tags : Hash(String, String)
#
A set of up to 50 key-value pairs to use to create the tags. A tag consists of a required key and an optional value. You can add up to 50 tags per resource.
def tags=(tags : Hash(String, String))
#
A set of up to 50 key-value pairs to use to create the tags. A tag consists of a required key and an optional value. You can add up to 50 tags per resource.