Class: Aws::CloudDirectory::Types::BatchDetachFromIndexResponse

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

Overview

Represents the output of a DetachFromIndex response operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detached_object_identifierString

The ‘ObjectIdentifier` of the object that was detached from the index.

Returns:

  • (String)


653
654
655
656
657
# File 'lib/aws-sdk-clouddirectory/types.rb', line 653

class BatchDetachFromIndexResponse < Struct.new(
  :detached_object_identifier)
  SENSITIVE = []
  include Aws::Structure
end