Class: Aws::Types::BatchAttachToIndex
- Inherits:
-
Object
- Object
- Aws::Types::BatchAttachToIndex
- 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.
139 140 141 |
# File 'sig/types.rbs', line 139 def index_reference @index_reference end |
#target_reference ⇒ Types::ObjectReference
Returns the value of attribute target_reference.
140 141 142 |
# File 'sig/types.rbs', line 140 def target_reference @target_reference end |