class Aws::DynamoDB::Types::TagResourceInput
@note When making an API call, you may pass TagResourceInput
data as a hash: { resource_arn: "ResourceArnString", # required tags: [ # required { key: "TagKeyString", # required value: "TagValueString", # required }, ], }
@!attribute [rw] resource_arn
Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN). @return [String]
@!attribute [rw] tags
The tags to be assigned to the Amazon DynamoDB resource. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/TagResourceInput AWS API Documentation
Constants
- SENSITIVE