Struct aws_sdk_ecs::input::describe_task_definition_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for DescribeTaskDefinitionInput
Implementations
The family for the latest ACTIVE revision,
family and revision (family:revision) for a
specific revision in the family, or full Amazon Resource Name (ARN) of the task definition to
describe.
The family for the latest ACTIVE revision,
family and revision (family:revision) for a
specific revision in the family, or full Amazon Resource Name (ARN) of the task definition to
describe.
Appends an item to include.
To override the contents of this collection use set_include.
Determines whether to see the resource tags for the task definition. If
TAGS is specified, the tags are included in the response. If this field
is omitted, tags aren't included in the response.
Determines whether to see the resource tags for the task definition. 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 DescribeTaskDefinitionInput
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