class Aws::ECS::Types::ExecuteCommandRequest
@note When making an API call, you may pass ExecuteCommandRequest
data as a hash: { cluster: "String", container: "String", command: "String", # required interactive: false, # required task: "String", # required }
@!attribute [rw] cluster
The Amazon Resource Name (ARN) or short name of the cluster the task is running in. If you do not specify a cluster, the default cluster is assumed. @return [String]
@!attribute [rw] container
The name of the container to execute the command on. A container name only needs to be specified for tasks containing multiple containers. @return [String]
@!attribute [rw] command
The command to run on the container. @return [String]
@!attribute [rw] interactive
Use this flag to run your command in interactive mode. @return [Boolean]
@!attribute [rw] task
The Amazon Resource Name (ARN) or ID of the task the container is part of. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/ExecuteCommandRequest AWS API Documentation
Constants
- SENSITIVE