Struct aws_sdk_ecs::input::update_task_set_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateTaskSetInput
Implementations
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set is found in.
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set is found in.
The short name or full Amazon Resource Name (ARN) of the service that the task set is found in.
The short name or full Amazon Resource Name (ARN) of the service that the task set is found in.
The short name or full Amazon Resource Name (ARN) of the task set to update.
The short name or full Amazon Resource Name (ARN) of the task set to update.
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
Consumes the builder and constructs a UpdateTaskSetInput
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