Class: Aws::CloudDirectory::Types::BatchCreateObjectResponse

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

Overview

Represents the output of a CreateObject response operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#object_identifierString

The ID that is associated with the object.

Returns:

  • (String)


597
598
599
600
601
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 597

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