Class: Aws::CloudDirectory::Types::BatchGetObjectAttributes

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/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

Instance Attribute Details

#attribute_namesArray<String>

List of attribute names whose values will be retrieved.

Returns:

  • (Array<String>)


808
809
810
811
812
813
814
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 808

class BatchGetObjectAttributes < Struct.new(
  :object_reference,
  :schema_facet,
  :attribute_names)
  SENSITIVE = []
  include Aws::Structure
end

#object_referenceTypes::ObjectReference

Reference that identifies the object whose attributes will be retrieved.



808
809
810
811
812
813
814
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 808

class BatchGetObjectAttributes < Struct.new(
  :object_reference,
  :schema_facet,
  :attribute_names)
  SENSITIVE = []
  include Aws::Structure
end

#schema_facetTypes::SchemaFacet

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

Returns:



808
809
810
811
812
813
814
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 808

class BatchGetObjectAttributes < Struct.new(
  :object_reference,
  :schema_facet,
  :attribute_names)
  SENSITIVE = []
  include Aws::Structure
end