class
Amazonite::DynamoDB::UntagResourceInput
- Amazonite::DynamoDB::UntagResourceInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/untag_resource_input.crConstructors
- .new(resource_arn : String, tag_keys : Array(String))
- .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 DynamoDB resource that the tags will be removed from.
-
#resource_arn=(resource_arn : String)
The DynamoDB resource that the tags will be removed from.
-
#tag_keys : Array(String)
A list of tag keys.
-
#tag_keys=(tag_keys : Array(String))
A list of tag keys.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The DynamoDB resource that the tags will be removed from. This value is an Amazon Resource Name (ARN).
The DynamoDB resource that the tags will be removed from. This value is an Amazon Resource Name (ARN).
A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the DynamoDB resource.
A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the DynamoDB resource.