Struct aws_sdk_ecs::input::DescribeTaskDefinitionInput [−][src]
#[non_exhaustive]pub struct DescribeTaskDefinitionInput {
pub task_definition: Option<String>,
pub include: Option<Vec<TaskDefinitionField>>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.task_definition: Option<String>
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.
include: Option<Vec<TaskDefinitionField>>
Specifies 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 are not included in the response.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeTaskDefinition, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeTaskDefinition, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeTaskDefinition
>
Creates a new builder-style object to manufacture DescribeTaskDefinitionInput
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.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DescribeTaskDefinitionInput
impl Send for DescribeTaskDefinitionInput
impl Sync for DescribeTaskDefinitionInput
impl Unpin for DescribeTaskDefinitionInput
impl UnwindSafe for DescribeTaskDefinitionInput
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