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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#attribute_namesArray<String>

List of attribute names whose values will be retrieved.

Returns:

  • (Array<String>)

    List of attribute names whose values will be retrieved.

#object_referenceTypes::ObjectReference

Reference that identifies the object whose attributes will be retrieved.

Returns:

#schema_facetTypes::SchemaFacet

Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

Returns: