Class: Aws::CloudDirectory::Types::BatchGetLinkAttributes

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

Overview

Retrieves attributes that are associated with a typed link inside a BatchRead operation. For more information, see GetLinkAttributes and BatchReadRequest$Operations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_namesArray<String>

A list of attribute names whose values will be retrieved.

Returns:

  • (Array<String>)


767
768
769
770
771
772
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 767

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

Allows a typed link specifier to be accepted as input.



767
768
769
770
771
772
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 767

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