Class: Aws::CloudDirectory::Types::BatchDetachObject

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

Overview

Represents the output of a DetachObject operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#batch_reference_nameString

The batch reference name. See [Transaction Support] for more information.

[1]: docs.aws.amazon.com/clouddirectory/latest/developerguide/transaction_support.html

Returns:

  • (String)


681
682
683
684
685
686
687
# File 'lib/aws-sdk-clouddirectory/types.rb', line 681

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

The name of the link.

Returns:

  • (String)


681
682
683
684
685
686
687
# File 'lib/aws-sdk-clouddirectory/types.rb', line 681

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

#parent_referenceTypes::ObjectReference

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



681
682
683
684
685
686
687
# File 'lib/aws-sdk-clouddirectory/types.rb', line 681

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