Class: Aws::Backup::Types::KeyValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::KeyValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Pair of two related strings. Allowed characters are letters, white space, and numbers that can be represented in UTF-8 and the following characters: ‘ + - = . _ : /`
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The tag key (String).
-
#value ⇒ String
The value of the key.