Class: Aws::CloudDirectory::Types::BatchGetObjectInformationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

Represents the output of a GetObjectInformation response operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#object_identifierString

The ObjectIdentifier of the specified object.

Returns:

  • (String)


858
859
860
861
862
863
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 858

class BatchGetObjectInformationResponse < Struct.new(
  :schema_facets,
  :object_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#schema_facetsArray<Types::SchemaFacet>

The facets attached to the specified object.

Returns:



858
859
860
861
862
863
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 858

class BatchGetObjectInformationResponse < Struct.new(
  :schema_facets,
  :object_identifier)
  SENSITIVE = []
  include Aws::Structure
end