Class: Aws::Types::IndexStatus
- Inherits:
-
Object
- Object
- Aws::Types::IndexStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_details ⇒ Types::ErrorDetails
Returns the value of attribute error_details.
-
#index ⇒ Types::Index
Returns the value of attribute index.
-
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
Instance Attribute Details
#error_details ⇒ Types::ErrorDetails
Returns the value of attribute error_details.
214 215 216 |
# File 'sig/types.rbs', line 214 def error_details @error_details end |
#index ⇒ Types::Index
Returns the value of attribute index.
213 214 215 |
# File 'sig/types.rbs', line 213 def index @index end |
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
212 213 214 |
# File 'sig/types.rbs', line 212 def status @status end |