Class: Aws::CloudDirectory::Types::BatchDeleteObject
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchDeleteObject
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Represents the output of a DeleteObject operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#object_reference ⇒ Types::ObjectReference
The reference that identifies the object.
Instance Attribute Details
#object_reference ⇒ Types::ObjectReference
The reference that identifies the object.
611 612 613 614 615 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 611 class BatchDeleteObject < Struct.new( :object_reference) SENSITIVE = [] include Aws::Structure end |