Class: Aws::Types::SubmitContainerStateChangeRequest
- Inherits:
-
Object
- Object
- Aws::Types::SubmitContainerStateChangeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#container_name ⇒ ::String
Returns the value of attribute container_name.
-
#exit_code ⇒ ::Integer
Returns the value of attribute exit_code.
-
#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.
-
#task ⇒ ::String
Returns the value of attribute task.
Instance Attribute Details
#cluster ⇒ ::String
Returns the value of attribute cluster.
2557 2558 2559 |
# File 'sig/types.rbs', line 2557 def cluster @cluster end |
#container_name ⇒ ::String
Returns the value of attribute container_name.
2559 2560 2561 |
# File 'sig/types.rbs', line 2559 def container_name @container_name end |
#exit_code ⇒ ::Integer
Returns the value of attribute exit_code.
2562 2563 2564 |
# File 'sig/types.rbs', line 2562 def exit_code @exit_code end |
#network_bindings ⇒ ::Array[Types::NetworkBinding]
Returns the value of attribute network_bindings.
2564 2565 2566 |
# File 'sig/types.rbs', line 2564 def network_bindings @network_bindings end |
#reason ⇒ ::String
Returns the value of attribute reason.
2563 2564 2565 |
# File 'sig/types.rbs', line 2563 def reason @reason end |
#runtime_id ⇒ ::String
Returns the value of attribute runtime_id.
2560 2561 2562 |
# File 'sig/types.rbs', line 2560 def runtime_id @runtime_id end |
#status ⇒ ::String
Returns the value of attribute status.
2561 2562 2563 |
# File 'sig/types.rbs', line 2561 def status @status end |
#task ⇒ ::String
Returns the value of attribute task.
2558 2559 2560 |
# File 'sig/types.rbs', line 2558 def task @task end |