Class: Aws::BackupGateway::Types::Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::Tag
- Defined in:
- gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb
Overview
A key-value pair you can use to manage, filter, and search for your resources. Allowed characters include UTF-8 letters, numbers, spaces, and the following characters: + - = . _ : /.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The key part of a tag's key-value pair.
-
#value ⇒ String
The value part of a tag's key-value pair.