Class: Aws::CloudDirectory::Types::BatchGetObjectInformationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchGetObjectInformationResponse
- 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
-
#object_identifier ⇒ String
The
ObjectIdentifier
of the specified object. -
#schema_facets ⇒ Array<Types::SchemaFacet>
The facets attached to the specified object.
Instance Attribute Details
#object_identifier ⇒ String
The ObjectIdentifier
of the specified object.
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_facets ⇒ Array<Types::SchemaFacet>
The facets attached to the specified object.
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 |