NAME
Paws::ECS::ExecuteCommandResponse
ATTRIBUTES
ClusterArn => Str
The Amazon Resource Name (ARN) of the cluster.
ContainerArn => Str
The Amazon Resource Name (ARN) of the container.
ContainerName => Str
The name of the container.
Interactive => Bool
Whether or not the execute command session is running in interactive mode. Amazon ECS only supports initiating interactive sessions, so you must specify true
for this value.
Session => Paws::ECS::Session
The details of the SSM session that was created for this instance of execute-command.
TaskArn => Str
The Amazon Resource Name (ARN) of the task.