Class: Aws::Types::GetMLTaskRunResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMLTaskRunResponse
- 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.
3792 3793 3794 |
# File 'sig/types.rbs', line 3792 def completed_on @completed_on end |
#error_string ⇒ ::String
Returns the value of attribute error_string.
3789 3790 3791 |
# File 'sig/types.rbs', line 3789 def error_string @error_string end |
#execution_time ⇒ ::Integer
Returns the value of attribute execution_time.
3793 3794 3795 |
# File 'sig/types.rbs', line 3793 def execution_time @execution_time end |
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
3791 3792 3793 |
# File 'sig/types.rbs', line 3791 def last_modified_on @last_modified_on end |
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
3787 3788 3789 |
# File 'sig/types.rbs', line 3787 def log_group_name @log_group_name end |
#properties ⇒ Types::TaskRunProperties
Returns the value of attribute properties.
3788 3789 3790 |
# File 'sig/types.rbs', line 3788 def properties @properties end |
#started_on ⇒ ::Time
Returns the value of attribute started_on.
3790 3791 3792 |
# File 'sig/types.rbs', line 3790 def started_on @started_on end |
#status ⇒ "STARTING", ...
Returns the value of attribute status.
3786 3787 3788 |
# File 'sig/types.rbs', line 3786 def status @status end |
#task_run_id ⇒ ::String
Returns the value of attribute task_run_id.
3785 3786 3787 |
# File 'sig/types.rbs', line 3785 def task_run_id @task_run_id end |
#transform_id ⇒ ::String
Returns the value of attribute transform_id.
3784 3785 3786 |
# File 'sig/types.rbs', line 3784 def transform_id @transform_id end |