Class: Aws::CloudDirectory::Types::GetObjectInformationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#object_identifierString

The ObjectIdentifier of the specified object.

Returns:

  • (String)


3112
3113
3114
3115
3116
3117
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3112

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

#schema_facetsArray<Types::SchemaFacet>

The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.

Returns:



3112
3113
3114
3115
3116
3117
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3112

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