Class: Aws::CloudDirectory::Types::BatchUpdateLinkAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchUpdateLinkAttributes
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Updates a given typed link’s attributes inside a BatchRead operation.
Attributes to be updated must not contribute to the typed link’s
identity, as defined by its IdentityAttributeOrder
. For more
information, see UpdateLinkAttributes and BatchReadRequest$Operations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_updates ⇒ Array<Types::LinkAttributeUpdate>
The attributes update structure.
-
#typed_link_specifier ⇒ Types::TypedLinkSpecifier
Allows a typed link specifier to be accepted as input.
Instance Attribute Details
#attribute_updates ⇒ Array<Types::LinkAttributeUpdate>
The attributes update structure.
1760 1761 1762 1763 1764 1765 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1760 class BatchUpdateLinkAttributes < Struct.new( :typed_link_specifier, :attribute_updates) SENSITIVE = [] include Aws::Structure end |
#typed_link_specifier ⇒ Types::TypedLinkSpecifier
Allows a typed link specifier to be accepted as input.
1760 1761 1762 1763 1764 1765 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1760 class BatchUpdateLinkAttributes < Struct.new( :typed_link_specifier, :attribute_updates) SENSITIVE = [] include Aws::Structure end |