Class: Aws::CloudDirectory::Types::BatchGetLinkAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchGetLinkAttributes
- Includes:
- Structure
- Defined in:
- 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
-
#attribute_names ⇒ Array<String>
A list of attribute names whose values will be retrieved.
-
#typed_link_specifier ⇒ Types::TypedLinkSpecifier
Allows a typed link specifier to be accepted as input.
Instance Attribute Details
#attribute_names ⇒ Array<String>
A list of attribute names whose values will be retrieved.
767 768 769 770 771 772 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 767 class BatchGetLinkAttributes < Struct.new( :typed_link_specifier, :attribute_names) SENSITIVE = [] include Aws::Structure end |
#typed_link_specifier ⇒ Types::TypedLinkSpecifier
Allows a typed link specifier to be accepted as input.
767 768 769 770 771 772 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 767 class BatchGetLinkAttributes < Struct.new( :typed_link_specifier, :attribute_names) SENSITIVE = [] include Aws::Structure end |