Class: Aws::Types::ExecutionAttempt
- Inherits:
-
Object
- Object
- Aws::Types::ExecutionAttempt
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_statistics_task_run_id ⇒ ::String
Returns the value of attribute column_statistics_task_run_id.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#execution_timestamp ⇒ ::Time
Returns the value of attribute execution_timestamp.
-
#status ⇒ "FAILED", "STARTED"
Returns the value of attribute status.
Instance Attribute Details
#column_statistics_task_run_id ⇒ ::String
Returns the value of attribute column_statistics_task_run_id.
2984 2985 2986 |
# File 'sig/types.rbs', line 2984 def column_statistics_task_run_id @column_statistics_task_run_id end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
2986 2987 2988 |
# File 'sig/types.rbs', line 2986 def @error_message end |
#execution_timestamp ⇒ ::Time
Returns the value of attribute execution_timestamp.
2985 2986 2987 |
# File 'sig/types.rbs', line 2985 def @execution_timestamp end |
#status ⇒ "FAILED", "STARTED"
Returns the value of attribute status.
2983 2984 2985 |
# File 'sig/types.rbs', line 2983 def status @status end |