class Aws::ECS::Types::ExecuteCommandResponse

@!attribute [rw] cluster_arn

The Amazon Resource Name (ARN) of the cluster.
@return [String]

@!attribute [rw] container_arn

The Amazon Resource Name (ARN) of the container.
@return [String]

@!attribute [rw] container_name

The name of the container.
@return [String]

@!attribute [rw] interactive

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.
@return [Boolean]

@!attribute [rw] session

The details of the SSM session that was created for this instance of
execute-command.
@return [Types::Session]

@!attribute [rw] task_arn

The Amazon Resource Name (ARN) of the task.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/ExecuteCommandResponse AWS API Documentation

Constants

SENSITIVE