Class: Aws::Types::AttachToIndexRequest

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)


63
64
65
# File 'sig/types.rbs', line 63

def directory_arn
  @directory_arn
end

#index_referenceTypes::ObjectReference

Returns the value of attribute index_reference.



64
65
66
# File 'sig/types.rbs', line 64

def index_reference
  @index_reference
end

#target_referenceTypes::ObjectReference

Returns the value of attribute target_reference.



65
66
67
# File 'sig/types.rbs', line 65

def target_reference
  @target_reference
end