You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudDirectory::Types::BatchGetObjectAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchGetObjectAttributes
- Defined in:
- (unknown)
Overview
When passing BatchGetObjectAttributes as input to an Aws::Client method, you can use a vanilla Hash:
{
object_reference: { # required
selector: "SelectorObjectReference",
},
schema_facet: { # required
schema_arn: "Arn",
facet_name: "FacetName",
},
attribute_names: ["AttributeName"], # required
}
Retrieves attributes within a facet that are associated with an object inside an BatchRead operation. For more information, see GetObjectAttributes and BatchReadRequest$Operations.
Returned by:
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.
#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. See SchemaFacet for details.