Class: Aws::CloudDirectory::Types::AttributeKeyAndValue

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/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

Instance Attribute Details

#keyTypes::AttributeKey

The key of the attribute.

Returns:



288
289
290
291
292
293
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 288

class AttributeKeyAndValue < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueTypes::TypedAttributeValue

The value of the attribute.



288
289
290
291
292
293
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 288

class AttributeKeyAndValue < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end