Class: Aws::CloudDirectory::Types::DetachObjectRequest

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 objects reside. For more information, see arns.

Returns:

  • (String)


2493
2494
2495
2496
2497
2498
2499
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2493

class DetachObjectRequest < Struct.new(
  :directory_arn,
  :parent_reference,
  :link_name)
  SENSITIVE = []
  include Aws::Structure
end

The link name associated with the object that needs to be detached.

Returns:

  • (String)


2493
2494
2495
2496
2497
2498
2499
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2493

class DetachObjectRequest < Struct.new(
  :directory_arn,
  :parent_reference,
  :link_name)
  SENSITIVE = []
  include Aws::Structure
end

#parent_referenceTypes::ObjectReference

The parent reference from which the object with the specified link name is detached.



2493
2494
2495
2496
2497
2498
2499
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2493

class DetachObjectRequest < Struct.new(
  :directory_arn,
  :parent_reference,
  :link_name)
  SENSITIVE = []
  include Aws::Structure
end