Class: Aws::CloudDirectory::Types::BatchGetObjectAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchGetObjectAttributes
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Retrieves attributes within a facet that are associated with an object inside an BatchRead operation. For more information, see GetObjectAttributes and BatchReadRequest$Operations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_names ⇒ Array<String>
List of attribute names whose values will be retrieved.
-
#object_reference ⇒ Types::ObjectReference
Reference that identifies the object whose attributes will be retrieved.
-
#schema_facet ⇒ Types::SchemaFacet
Identifier for the facet whose attributes will be retrieved.
Instance Attribute Details
#attribute_names ⇒ Array<String>
List of attribute names whose values will be retrieved.
808 809 810 811 812 813 814 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 808 class BatchGetObjectAttributes < Struct.new( :object_reference, :schema_facet, :attribute_names) SENSITIVE = [] include Aws::Structure end |
#object_reference ⇒ Types::ObjectReference
Reference that identifies the object whose attributes will be retrieved.
808 809 810 811 812 813 814 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 808 class BatchGetObjectAttributes < Struct.new( :object_reference, :schema_facet, :attribute_names) SENSITIVE = [] include Aws::Structure end |
#schema_facet ⇒ Types::SchemaFacet
Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.
808 809 810 811 812 813 814 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 808 class BatchGetObjectAttributes < Struct.new( :object_reference, :schema_facet, :attribute_names) SENSITIVE = [] include Aws::Structure end |