Method: Aws::Backup::Types::KeyValue#value
- Defined in:
- lib/aws-sdk-backup/types.rb
#value ⇒ String
The value of the key.
Length Constraints: Maximum length of 256.
Pattern: ‘^([pLpZpN_.:/=+-@]*)$`
4279 4280 4281 4282 4283 4284 |
# File 'lib/aws-sdk-backup/types.rb', line 4279 class KeyValue < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |