Class: Aws::CloudDirectory::Types::AttributeNameAndValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::AttributeNameAndValue
- Includes:
- Structure
- Defined in:
- 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
-
#attribute_name ⇒ String
The attribute name of the typed link.
-
#value ⇒ Types::TypedAttributeValue
The value for the typed link.
Instance Attribute Details
#attribute_name ⇒ String
The attribute name of the typed link.
307 308 309 310 311 312 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 307 class AttributeNameAndValue < Struct.new( :attribute_name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::TypedAttributeValue
The value for the typed link.
307 308 309 310 311 312 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 307 class AttributeNameAndValue < Struct.new( :attribute_name, :value) SENSITIVE = [] include Aws::Structure end |