Class: Aws::Types::DetachFromIndexRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#directory_arn::String

Returns the value of attribute directory_arn.

Returns:

  • (::String)


692
693
694
# File 'sig/types.rbs', line 692

def directory_arn
  @directory_arn
end

#index_referenceTypes::ObjectReference

Returns the value of attribute index_reference.



693
694
695
# File 'sig/types.rbs', line 693

def index_reference
  @index_reference
end

#target_referenceTypes::ObjectReference

Returns the value of attribute target_reference.



694
695
696
# File 'sig/types.rbs', line 694

def target_reference
  @target_reference
end