class Aws::ECS::Types::SubmitContainerStateChangeRequest
@note When making an API call, you may pass SubmitContainerStateChangeRequest
data as a hash: { cluster: "String", task: "String", container_name: "String", runtime_id: "String", status: "String", exit_code: 1, reason: "String", network_bindings: [ { bind_ip: "String", container_port: 1, host_port: 1, protocol: "tcp", # accepts tcp, udp }, ], }
@!attribute [rw] cluster
The short name or full ARN of the cluster that hosts the container. @return [String]
@!attribute [rw] task
The task ID or full Amazon Resource Name (ARN) of the task that hosts the container. @return [String]
@!attribute [rw] container_name
The name of the container. @return [String]
@!attribute [rw] runtime_id
The ID of the Docker container. @return [String]
@!attribute [rw] status
The status of the state change request. @return [String]
@!attribute [rw] exit_code
The exit code returned for the state change request. @return [Integer]
@!attribute [rw] reason
The reason for the state change request. @return [String]
@!attribute [rw] network_bindings
The network bindings of the container. @return [Array<Types::NetworkBinding>]
@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/SubmitContainerStateChangeRequest AWS API Documentation
Constants
- SENSITIVE