Class: Aws::CloudDirectory::Types::BatchDeleteObject

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

Overview

Represents the output of a DeleteObject operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#object_referenceTypes::ObjectReference

The reference that identifies the object.



611
612
613
614
615
# File 'lib/aws-sdk-clouddirectory/types.rb', line 611

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