Struct aws_sdk_ecs::output::execute_command_output::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ExecuteCommandOutput
Implementations
The Amazon Resource Name (ARN) of the cluster.
The Amazon Resource Name (ARN) of the cluster.
The Amazon Resource Name (ARN) of the container.
The Amazon Resource Name (ARN) of the container.
The name of the container.
The name of the container.
Determines whether the execute command session is running in interactive mode. Amazon ECS only supports initiating interactive sessions, so you must specify true
for this value.
Determines whether the execute command session is running in interactive mode. Amazon ECS only supports initiating interactive sessions, so you must specify true
for this value.
The details of the SSM session that was created for this instance of execute-command.
The details of the SSM session that was created for this instance of execute-command.
The Amazon Resource Name (ARN) of the task.
The Amazon Resource Name (ARN) of the task.
Consumes the builder and constructs a ExecuteCommandOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more