Struct aws_sdk_ecs::output::create_task_set_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CreateTaskSetOutput
Implementations
Information about a set of Amazon ECS tasks in either an CodeDeploy or an
EXTERNAL deployment. A task set includes details such as the desired
number of tasks, how many tasks are running, and whether the task set serves production
traffic.
Information about a set of Amazon ECS tasks in either an CodeDeploy or an
EXTERNAL deployment. A task set includes details such as the desired
number of tasks, how many tasks are running, and whether the task set serves production
traffic.
Consumes the builder and constructs a CreateTaskSetOutput
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