Class: Aws::CloudDirectory::Types::DetachFromIndexResponse

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

#detached_object_identifierString

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

Returns:

  • (String)


2471
2472
2473
2474
2475
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2471

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