Class: Aws::Types::GetRunTaskResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRunTaskResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_hit ⇒ Boolean
Returns the value of attribute cache_hit.
-
#cache_s3_uri ⇒ ::String
Returns the value of attribute cache_s3_uri.
-
#cpus ⇒ ::Integer
Returns the value of attribute cpus.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#gpus ⇒ ::Integer
Returns the value of attribute gpus.
-
#image_details ⇒ Types::ImageDetails
Returns the value of attribute image_details.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#log_stream ⇒ ::String
Returns the value of attribute log_stream.
-
#memory ⇒ ::Integer
Returns the value of attribute memory.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#stop_time ⇒ ::Time
Returns the value of attribute stop_time.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#uuid ⇒ ::String
Returns the value of attribute uuid.
Instance Attribute Details
#cache_hit ⇒ Boolean
Returns the value of attribute cache_hit.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def cache_hit @cache_hit end |
#cache_s3_uri ⇒ ::String
Returns the value of attribute cache_s3_uri.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def cache_s3_uri @cache_s3_uri end |
#cpus ⇒ ::Integer
Returns the value of attribute cpus.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def cpus @cpus end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def failure_reason @failure_reason end |
#gpus ⇒ ::Integer
Returns the value of attribute gpus.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def gpus @gpus end |
#image_details ⇒ Types::ImageDetails
Returns the value of attribute image_details.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def image_details @image_details end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def instance_type @instance_type end |
#log_stream ⇒ ::String
Returns the value of attribute log_stream.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def log_stream @log_stream end |
#memory ⇒ ::Integer
Returns the value of attribute memory.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def memory @memory end |
#name ⇒ ::String
Returns the value of attribute name.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def name @name end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def start_time @start_time end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def end |
#stop_time ⇒ ::Time
Returns the value of attribute stop_time.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def stop_time @stop_time end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def task_id @task_id end |
#uuid ⇒ ::String
Returns the value of attribute uuid.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def uuid @uuid end |