#[non_exhaustive]pub struct DescribeTaskExecutionInput { /* private fields */ }
Expand description
DescribeTaskExecutionRequest
Implementations§
source§impl DescribeTaskExecutionInput
impl DescribeTaskExecutionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeTaskExecution, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeTaskExecution, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeTaskExecution
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeTaskExecutionInput
.
source§impl DescribeTaskExecutionInput
impl DescribeTaskExecutionInput
sourcepub fn task_execution_arn(&self) -> Option<&str>
pub fn task_execution_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the task that is being executed.
Trait Implementations§
source§impl Clone for DescribeTaskExecutionInput
impl Clone for DescribeTaskExecutionInput
source§fn clone(&self) -> DescribeTaskExecutionInput
fn clone(&self) -> DescribeTaskExecutionInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DescribeTaskExecutionInput
impl Debug for DescribeTaskExecutionInput
source§impl PartialEq<DescribeTaskExecutionInput> for DescribeTaskExecutionInput
impl PartialEq<DescribeTaskExecutionInput> for DescribeTaskExecutionInput
source§fn eq(&self, other: &DescribeTaskExecutionInput) -> bool
fn eq(&self, other: &DescribeTaskExecutionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.