class
Amazonite::Kinesis::TagResourceInput
- Amazonite::Kinesis::TagResourceInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kinesis/tag_resource_input.crConstructors
- .new(tags : Hash(String, String), resource_arn : String, stream_id : String | Nil = nil)
- .new(pull : JSON::PullParser)
- .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) -
#resource_arn : String
The Amazon Resource Name (ARN) of the Kinesis resource to which to add tags.
-
#resource_arn=(resource_arn : String)
The Amazon Resource Name (ARN) of the Kinesis resource to which to add tags.
-
#stream_id : String | Nil
Not Implemented.
-
#stream_id=(stream_id : String | Nil)
Not Implemented.
-
#tags : Hash(String, String)
An array of tags to be added to the Kinesis resource.
-
#tags=(tags : Hash(String, String))
An array of tags to be added to the Kinesis resource.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Amazon Resource Name (ARN) of the Kinesis resource to which to add tags.
The Amazon Resource Name (ARN) of the Kinesis resource to which to add tags.
An array of tags to be added to the Kinesis resource. A tag consists of a required key and an optional value. You can add up to 50 tags per resource.
Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @.
An array of tags to be added to the Kinesis resource. A tag consists of a required key and an optional value. You can add up to 50 tags per resource.
Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @.