class Aws::StorageGateway::Types::AddTagsToResourceInput
@note When making an API call, you may pass AddTagsToResourceInput
data as a hash: { resource_arn: "ResourceARN", # required tags: [ # required { key: "TagKey", # required value: "TagValue", # required }, ], }
@!attribute [rw] resource_arn
The Amazon Resource Name (ARN) of the resource you want to add tags to. @return [String]
@!attribute [rw] tags
The key-value pair that represents the tag you want to add to the resource. The value can be an empty string. <note markdown="1"> Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . \_ : / @. The maximum length of a tag's key is 128 characters, and the maximum length for a tag's value is 256. </note> @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AddTagsToResourceInput AWS API Documentation
Constants
- SENSITIVE