Struct aws_sdk_ecs::input::describe_task_sets_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for DescribeTaskSetsInput
Implementations
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task sets exist in.
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task sets exist in.
The short name or full Amazon Resource Name (ARN) of the service that the task sets exist in.
The short name or full Amazon Resource Name (ARN) of the service that the task sets exist in.
Appends an item to task_sets.
To override the contents of this collection use set_task_sets.
The ID or full Amazon Resource Name (ARN) of task sets to describe.
The ID or full Amazon Resource Name (ARN) of task sets to describe.
Appends an item to include.
To override the contents of this collection use set_include.
Specifies whether to see the resource tags for the task set. If TAGS is
specified, the tags are included in the response. If this field is omitted, tags aren't
included in the response.
Specifies whether to see the resource tags for the task set. If TAGS is
specified, the tags are included in the response. If this field is omitted, tags aren't
included in the response.
Consumes the builder and constructs a DescribeTaskSetsInput
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