class
Amazonite::Kinesis::UntagResourceInput
- Amazonite::Kinesis::UntagResourceInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kinesis/untag_resource_input.crConstructors
- .new(tag_keys : Array(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 from which to remove tags.
-
#resource_arn=(resource_arn : String)
The Amazon Resource Name (ARN) of the Kinesis resource from which to remove tags.
-
#stream_id : String | Nil
Not Implemented.
-
#stream_id=(stream_id : String | Nil)
Not Implemented.
-
#tag_keys : Array(String)
A list of tag key-value pairs.
-
#tag_keys=(tag_keys : Array(String))
A list of tag key-value pairs.
- #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 from which to remove tags.
The Amazon Resource Name (ARN) of the Kinesis resource from which to remove tags.
A list of tag key-value pairs. Existing tags of the resource whose keys are members of this list will be removed from the Kinesis resource.
A list of tag key-value pairs. Existing tags of the resource whose keys are members of this list will be removed from the Kinesis resource.