Class: Aws::Types::AttachToIndexRequest
- Inherits:
-
Object
- Object
- Aws::Types::AttachToIndexRequest
- 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.
63 64 65 |
# File 'sig/types.rbs', line 63 def directory_arn @directory_arn end |
#index_reference ⇒ Types::ObjectReference
Returns the value of attribute index_reference.
64 65 66 |
# File 'sig/types.rbs', line 64 def index_reference @index_reference end |
#target_reference ⇒ Types::ObjectReference
Returns the value of attribute target_reference.
65 66 67 |
# File 'sig/types.rbs', line 65 def target_reference @target_reference end |