Class: Aws::Types::AttemptDetail
- Inherits:
-
Object
- Object
- Aws::Types::AttemptDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container ⇒ Types::AttemptContainerDetail
Returns the value of attribute container.
-
#started_at ⇒ ::Integer
Returns the value of attribute started_at.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#stopped_at ⇒ ::Integer
Returns the value of attribute stopped_at.
-
#task_properties ⇒ ::Array[Types::AttemptEcsTaskDetails]
Returns the value of attribute task_properties.
Instance Attribute Details
#container ⇒ Types::AttemptContainerDetail
Returns the value of attribute container.
43 44 45 |
# File 'sig/types.rbs', line 43 def container @container end |
#started_at ⇒ ::Integer
Returns the value of attribute started_at.
44 45 46 |
# File 'sig/types.rbs', line 44 def started_at @started_at end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
46 47 48 |
# File 'sig/types.rbs', line 46 def status_reason @status_reason end |
#stopped_at ⇒ ::Integer
Returns the value of attribute stopped_at.
45 46 47 |
# File 'sig/types.rbs', line 45 def stopped_at @stopped_at end |
#task_properties ⇒ ::Array[Types::AttemptEcsTaskDetails]
Returns the value of attribute task_properties.
47 48 49 |
# File 'sig/types.rbs', line 47 def task_properties @task_properties end |