class Aws::CloudDirectory::Types::BatchGetObjectAttributes

Retrieves attributes within a facet that are associated with an object inside an BatchRead operation. For more information, see GetObjectAttributes and BatchReadRequest$Operations.

@note When making an API call, you may pass BatchGetObjectAttributes

data as a hash:

    {
      object_reference: { # required
        selector: "SelectorObjectReference",
      },
      schema_facet: { # required
        schema_arn: "Arn",
        facet_name: "FacetName",
      },
      attribute_names: ["AttributeName"], # required
    }

@!attribute [rw] object_reference

Reference that identifies the object whose attributes will be
retrieved.
@return [Types::ObjectReference]

@!attribute [rw] schema_facet

Identifier for the facet whose attributes will be retrieved. See
SchemaFacet for details.
@return [Types::SchemaFacet]

@!attribute [rw] attribute_names

List of attribute names whose values will be retrieved.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/BatchGetObjectAttributes AWS API Documentation

Constants

SENSITIVE