Class: Aws::ECS::Types::SubmitContainerStateChangeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::SubmitContainerStateChangeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster ⇒ String
The short name or full ARN of the cluster that hosts the container.
-
#container_name ⇒ String
The name of the container.
-
#exit_code ⇒ Integer
The exit code that’s returned for the state change request.
-
#network_bindings ⇒ Array<Types::NetworkBinding>
The network bindings of the container.
-
#reason ⇒ String
The reason for the state change request.
-
#runtime_id ⇒ String
The ID of the Docker container.
-
#status ⇒ String
The status of the state change request.
-
#task ⇒ String
The task ID or full Amazon Resource Name (ARN) of the task that hosts the container.
Instance Attribute Details
#cluster ⇒ String
The short name or full ARN of the cluster that hosts the container.
11017 11018 11019 11020 11021 11022 11023 11024 11025 11026 11027 11028 |
# File 'lib/aws-sdk-ecs/types.rb', line 11017 class SubmitContainerStateChangeRequest < Struct.new( :cluster, :task, :container_name, :runtime_id, :status, :exit_code, :reason, :network_bindings) SENSITIVE = [] include Aws::Structure end |
#container_name ⇒ String
The name of the container.
11017 11018 11019 11020 11021 11022 11023 11024 11025 11026 11027 11028 |
# File 'lib/aws-sdk-ecs/types.rb', line 11017 class SubmitContainerStateChangeRequest < Struct.new( :cluster, :task, :container_name, :runtime_id, :status, :exit_code, :reason, :network_bindings) SENSITIVE = [] include Aws::Structure end |
#exit_code ⇒ Integer
The exit code that’s returned for the state change request.
11017 11018 11019 11020 11021 11022 11023 11024 11025 11026 11027 11028 |
# File 'lib/aws-sdk-ecs/types.rb', line 11017 class SubmitContainerStateChangeRequest < Struct.new( :cluster, :task, :container_name, :runtime_id, :status, :exit_code, :reason, :network_bindings) SENSITIVE = [] include Aws::Structure end |
#network_bindings ⇒ Array<Types::NetworkBinding>
The network bindings of the container.
11017 11018 11019 11020 11021 11022 11023 11024 11025 11026 11027 11028 |
# File 'lib/aws-sdk-ecs/types.rb', line 11017 class SubmitContainerStateChangeRequest < Struct.new( :cluster, :task, :container_name, :runtime_id, :status, :exit_code, :reason, :network_bindings) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the state change request.
11017 11018 11019 11020 11021 11022 11023 11024 11025 11026 11027 11028 |
# File 'lib/aws-sdk-ecs/types.rb', line 11017 class SubmitContainerStateChangeRequest < Struct.new( :cluster, :task, :container_name, :runtime_id, :status, :exit_code, :reason, :network_bindings) SENSITIVE = [] include Aws::Structure end |
#runtime_id ⇒ String
The ID of the Docker container.
11017 11018 11019 11020 11021 11022 11023 11024 11025 11026 11027 11028 |
# File 'lib/aws-sdk-ecs/types.rb', line 11017 class SubmitContainerStateChangeRequest < Struct.new( :cluster, :task, :container_name, :runtime_id, :status, :exit_code, :reason, :network_bindings) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the state change request.
11017 11018 11019 11020 11021 11022 11023 11024 11025 11026 11027 11028 |
# File 'lib/aws-sdk-ecs/types.rb', line 11017 class SubmitContainerStateChangeRequest < Struct.new( :cluster, :task, :container_name, :runtime_id, :status, :exit_code, :reason, :network_bindings) SENSITIVE = [] include Aws::Structure end |
#task ⇒ String
The task ID or full Amazon Resource Name (ARN) of the task that hosts the container.
11017 11018 11019 11020 11021 11022 11023 11024 11025 11026 11027 11028 |
# File 'lib/aws-sdk-ecs/types.rb', line 11017 class SubmitContainerStateChangeRequest < Struct.new( :cluster, :task, :container_name, :runtime_id, :status, :exit_code, :reason, :network_bindings) SENSITIVE = [] include Aws::Structure end |