Class: Aws::Types::QueryExecutionStatus
- Inherits:
-
Object
- Object
- Aws::Types::QueryExecutionStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#athena_error ⇒ Types::AthenaError
Returns the value of attribute athena_error.
-
#completion_date_time ⇒ ::Time
Returns the value of attribute completion_date_time.
-
#state ⇒ "QUEUED", ...
Returns the value of attribute state.
-
#state_change_reason ⇒ ::String
Returns the value of attribute state_change_reason.
-
#submission_date_time ⇒ ::Time
Returns the value of attribute submission_date_time.
Instance Attribute Details
#athena_error ⇒ Types::AthenaError
Returns the value of attribute athena_error.
989 990 991 |
# File 'sig/types.rbs', line 989 def athena_error @athena_error end |
#completion_date_time ⇒ ::Time
Returns the value of attribute completion_date_time.
988 989 990 |
# File 'sig/types.rbs', line 988 def completion_date_time @completion_date_time end |
#state ⇒ "QUEUED", ...
Returns the value of attribute state.
985 986 987 |
# File 'sig/types.rbs', line 985 def state @state end |
#state_change_reason ⇒ ::String
Returns the value of attribute state_change_reason.
986 987 988 |
# File 'sig/types.rbs', line 986 def state_change_reason @state_change_reason end |
#submission_date_time ⇒ ::Time
Returns the value of attribute submission_date_time.
987 988 989 |
# File 'sig/types.rbs', line 987 def submission_date_time @submission_date_time end |