Class: Aws::CloudDirectory::Types::AttributeNameAndValue

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

Identifies the attribute name and value for a typed link.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The attribute name of the typed link.

Returns:

  • (String)


307
308
309
310
311
312
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 307

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

#valueTypes::TypedAttributeValue

The value for the typed link.



307
308
309
310
311
312
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 307

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