Class: Aws::Types::DetachFromIndexRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetachFromIndexRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
-
#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
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
692 693 694 |
# File 'sig/types.rbs', line 692 def directory_arn @directory_arn end |
#index_reference ⇒ Types::ObjectReference
Returns the value of attribute index_reference.
693 694 695 |
# File 'sig/types.rbs', line 693 def index_reference @index_reference end |
#target_reference ⇒ Types::ObjectReference
Returns the value of attribute target_reference.
694 695 696 |
# File 'sig/types.rbs', line 694 def target_reference @target_reference end |