Class: Aws::StorageGateway::Types::Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::Tag
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
A key-value pair that helps you manage, filter, and search for your resource. Allowed characters: letters, white space, and numbers, representable in UTF-8, and the following characters: + - = . _ : /.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
Tag key.
-
#value ⇒ String
Value of the tag key.