Struct aws_sdk_ecs::input::delete_task_set_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteTaskSetInput
Implementations
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set found in to delete.
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set found in to delete.
The short name or full Amazon Resource Name (ARN) of the service that hosts the task set to delete.
The short name or full Amazon Resource Name (ARN) of the service that hosts the task set to delete.
The task set ID or full Amazon Resource Name (ARN) of the task set to delete.
The task set ID or full Amazon Resource Name (ARN) of the task set to delete.
If true
, you can delete a task set even if it hasn't been scaled down to zero.
If true
, you can delete a task set even if it hasn't been scaled down to zero.
Consumes the builder and constructs a DeleteTaskSetInput
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