class
Amazonite::DynamoDB::TagResourceInput
- Amazonite::DynamoDB::TagResourceInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/tag_resource_input.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#resource_arn : String
Identifies the Amazon DynamoDB resource to which tags should be added.
-
#resource_arn=(resource_arn : String)
Identifies the Amazon DynamoDB resource to which tags should be added.
-
#tags : Array(Tag)
The tags to be assigned to the Amazon DynamoDB resource.
-
#tags=(tags : Array(Tag))
The tags to be assigned to the Amazon DynamoDB resource.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def resource_arn : String
#
Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).
def resource_arn=(resource_arn : String)
#
Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).
The tags to be assigned to the Amazon DynamoDB resource.