You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DynamoDB::Types::TagResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::TagResourceInput
- Defined in:
- (unknown)
Overview
Note:
When passing TagResourceInput as input to an Aws::Client method, you can use a vanilla Hash:
{
resource_arn: "ResourceArnString", # required
tags: [ # required
{
key: "TagKeyString", # required
value: "TagValueString", # required
},
],
}
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
Identifies the Amazon DynamoDB resource to which tags should be added.
-
#tags ⇒ Array<Types::Tag>
The tags to be assigned to the Amazon DynamoDB resource.
Instance Attribute Details
#resource_arn ⇒ String
Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).
#tags ⇒ Array<Types::Tag>
The tags to be assigned to the Amazon DynamoDB resource.