Class: Aws::Types::ContainerStateChange
- Inherits:
-
Object
- Object
- Aws::Types::ContainerStateChange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_name ⇒ ::String
Returns the value of attribute container_name.
-
#exit_code ⇒ ::Integer
Returns the value of attribute exit_code.
-
#image_digest ⇒ ::String
Returns the value of attribute image_digest.
-
#network_bindings ⇒ ::Array[Types::NetworkBinding]
Returns the value of attribute network_bindings.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#runtime_id ⇒ ::String
Returns the value of attribute runtime_id.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#container_name ⇒ ::String
Returns the value of attribute container_name.
341 342 343 |
# File 'sig/types.rbs', line 341 def container_name @container_name end |
#exit_code ⇒ ::Integer
Returns the value of attribute exit_code.
344 345 346 |
# File 'sig/types.rbs', line 344 def exit_code @exit_code end |
#image_digest ⇒ ::String
Returns the value of attribute image_digest.
342 343 344 |
# File 'sig/types.rbs', line 342 def image_digest @image_digest end |
#network_bindings ⇒ ::Array[Types::NetworkBinding]
Returns the value of attribute network_bindings.
345 346 347 |
# File 'sig/types.rbs', line 345 def network_bindings @network_bindings end |
#reason ⇒ ::String
Returns the value of attribute reason.
346 347 348 |
# File 'sig/types.rbs', line 346 def reason @reason end |
#runtime_id ⇒ ::String
Returns the value of attribute runtime_id.
343 344 345 |
# File 'sig/types.rbs', line 343 def runtime_id @runtime_id end |
#status ⇒ ::String
Returns the value of attribute status.
347 348 349 |
# File 'sig/types.rbs', line 347 def status @status end |