Class: Aws::CloudDirectory::Types::BatchUpdateLinkAttributes

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#attribute_updatesArray<Types::LinkAttributeUpdate>

The attributes update structure.

Returns:



1760
1761
1762
1763
1764
1765
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1760

class BatchUpdateLinkAttributes < Struct.new(
  :typed_link_specifier,
  :attribute_updates)
  SENSITIVE = []
  include Aws::Structure
end

Allows a typed link specifier to be accepted as input.



1760
1761
1762
1763
1764
1765
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1760

class BatchUpdateLinkAttributes < Struct.new(
  :typed_link_specifier,
  :attribute_updates)
  SENSITIVE = []
  include Aws::Structure
end