Class: Aws::Types::SearchStatus
- Inherits:
-
Object
- Object
- Aws::Types::SearchStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion_timestamp ⇒ ::Time
Returns the value of attribute completion_timestamp.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#state ⇒ "QUEUED", ...
Returns the value of attribute state.
-
#submission_timestamp ⇒ ::Time
Returns the value of attribute submission_timestamp.
Instance Attribute Details
#completion_timestamp ⇒ ::Time
Returns the value of attribute completion_timestamp.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def end |
#state ⇒ "QUEUED", ...
Returns the value of attribute state.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def state @state end |
#submission_timestamp ⇒ ::Time
Returns the value of attribute submission_timestamp.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def end |