Class: Aws::Types::TaskRun
- Inherits:
-
Object
- Object
- Aws::Types::TaskRun
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
-
#error_string ⇒ ::String
Returns the value of attribute error_string.
-
#execution_time ⇒ ::Integer
Returns the value of attribute execution_time.
-
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
-
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
-
#properties ⇒ Types::TaskRunProperties
Returns the value of attribute properties.
-
#started_on ⇒ ::Time
Returns the value of attribute started_on.
-
#status ⇒ "STARTING", ...
Returns the value of attribute status.
-
#task_run_id ⇒ ::String
Returns the value of attribute task_run_id.
-
#transform_id ⇒ ::String
Returns the value of attribute transform_id.
Instance Attribute Details
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
7653 7654 7655 |
# File 'sig/types.rbs', line 7653 def completed_on @completed_on end |
#error_string ⇒ ::String
Returns the value of attribute error_string.
7650 7651 7652 |
# File 'sig/types.rbs', line 7650 def error_string @error_string end |
#execution_time ⇒ ::Integer
Returns the value of attribute execution_time.
7654 7655 7656 |
# File 'sig/types.rbs', line 7654 def execution_time @execution_time end |
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
7652 7653 7654 |
# File 'sig/types.rbs', line 7652 def last_modified_on @last_modified_on end |
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
7648 7649 7650 |
# File 'sig/types.rbs', line 7648 def log_group_name @log_group_name end |
#properties ⇒ Types::TaskRunProperties
Returns the value of attribute properties.
7649 7650 7651 |
# File 'sig/types.rbs', line 7649 def properties @properties end |
#started_on ⇒ ::Time
Returns the value of attribute started_on.
7651 7652 7653 |
# File 'sig/types.rbs', line 7651 def started_on @started_on end |
#status ⇒ "STARTING", ...
Returns the value of attribute status.
7647 7648 7649 |
# File 'sig/types.rbs', line 7647 def status @status end |
#task_run_id ⇒ ::String
Returns the value of attribute task_run_id.
7646 7647 7648 |
# File 'sig/types.rbs', line 7646 def task_run_id @task_run_id end |
#transform_id ⇒ ::String
Returns the value of attribute transform_id.
7645 7646 7647 |
# File 'sig/types.rbs', line 7645 def transform_id @transform_id end |