Class: Aws::Types::BatchDetachFromIndex
- Inherits:
-
Object
- Object
- Aws::Types::BatchDetachFromIndex
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index_reference ⇒ Types::ObjectReference
Returns the value of attribute index_reference.
-
#target_reference ⇒ Types::ObjectReference
Returns the value of attribute target_reference.
Instance Attribute Details
#index_reference ⇒ Types::ObjectReference
Returns the value of attribute index_reference.
199 200 201 |
# File 'sig/types.rbs', line 199 def index_reference @index_reference end |
#target_reference ⇒ Types::ObjectReference
Returns the value of attribute target_reference.
200 201 202 |
# File 'sig/types.rbs', line 200 def target_reference @target_reference end |