Class: Aws::CloudDirectory::Types::DeleteObjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::DeleteObjectRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
-
#object_reference ⇒ Types::ObjectReference
A reference that identifies the object.
Instance Attribute Details
#directory_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.
2382 2383 2384 2385 2386 2387 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2382 class DeleteObjectRequest < Struct.new( :directory_arn, :object_reference) SENSITIVE = [] include Aws::Structure end |
#object_reference ⇒ Types::ObjectReference
A reference that identifies the object.
2382 2383 2384 2385 2386 2387 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2382 class DeleteObjectRequest < Struct.new( :directory_arn, :object_reference) SENSITIVE = [] include Aws::Structure end |