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.
2974 2975 2976 |
# File 'sig/types.rbs', line 2974 def column_statistics_task_run_id @column_statistics_task_run_id end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
2976 2977 2978 |
# File 'sig/types.rbs', line 2976 def @error_message end |
#execution_timestamp ⇒ ::Time
Returns the value of attribute execution_timestamp.
2975 2976 2977 |
# File 'sig/types.rbs', line 2975 def @execution_timestamp end |
#status ⇒ "FAILED", "STARTED"
Returns the value of attribute status.
2973 2974 2975 |
# File 'sig/types.rbs', line 2973 def status @status end |