Class: Aws::CloudDirectory::Types::DeleteObjectRequest

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

#directory_arnString

The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

Returns:

  • (String)


2382
2383
2384
2385
2386
2387
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2382

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

#object_referenceTypes::ObjectReference

A reference that identifies the object.



2382
2383
2384
2385
2386
2387
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2382

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