Class: Aws::CloudDirectory::Types::AttributeKeyAndValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::AttributeKeyAndValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
The combination of an attribute key and an attribute value.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ Types::AttributeKey
The key of the attribute.
-
#value ⇒ Types::TypedAttributeValue
The value of the attribute.
Instance Attribute Details
#key ⇒ Types::AttributeKey
The key of the attribute.
288 289 290 291 292 293 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 288 class AttributeKeyAndValue < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::TypedAttributeValue
The value of the attribute.
288 289 290 291 292 293 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 288 class AttributeKeyAndValue < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |