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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/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.

Returns:

  • (String)


681
682
683
684
685
686
687
# File 'gems/aws-sdk-clouddirectory/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 'gems/aws-sdk-clouddirectory/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 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 681

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