Class: Aws::Types::TaskListItem
- Inherits:
-
Object
- Object
- Aws::Types::TaskListItem
- 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.
-
#gpus ⇒ ::Integer
Returns the value of attribute gpus.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#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.
-
#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.
2333 2334 2335 |
# File 'sig/types.rbs', line 2333 def cache_hit @cache_hit end |
#cache_s3_uri ⇒ ::String
Returns the value of attribute cache_s3_uri.
2334 2335 2336 |
# File 'sig/types.rbs', line 2334 def cache_s3_uri @cache_s3_uri end |
#cpus ⇒ ::Integer
Returns the value of attribute cpus.
2332 2333 2334 |
# File 'sig/types.rbs', line 2332 def cpus @cpus end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2336 2337 2338 |
# File 'sig/types.rbs', line 2336 def creation_time @creation_time end |
#gpus ⇒ ::Integer
Returns the value of attribute gpus.
2339 2340 2341 |
# File 'sig/types.rbs', line 2339 def gpus @gpus end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
2340 2341 2342 |
# File 'sig/types.rbs', line 2340 def instance_type @instance_type end |
#memory ⇒ ::Integer
Returns the value of attribute memory.
2335 2336 2337 |
# File 'sig/types.rbs', line 2335 def memory @memory end |
#name ⇒ ::String
Returns the value of attribute name.
2331 2332 2333 |
# File 'sig/types.rbs', line 2331 def name @name end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
2337 2338 2339 |
# File 'sig/types.rbs', line 2337 def start_time @start_time end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
2330 2331 2332 |
# File 'sig/types.rbs', line 2330 def status @status end |
#stop_time ⇒ ::Time
Returns the value of attribute stop_time.
2338 2339 2340 |
# File 'sig/types.rbs', line 2338 def stop_time @stop_time end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
2329 2330 2331 |
# File 'sig/types.rbs', line 2329 def task_id @task_id end |
#uuid ⇒ ::String
Returns the value of attribute uuid.
2341 2342 2343 |
# File 'sig/types.rbs', line 2341 def uuid @uuid end |