Struct aws_sdk_iot::input::DescribeAuditTaskInput
source · #[non_exhaustive]pub struct DescribeAuditTaskInput { /* private fields */ }
Implementations§
source§impl DescribeAuditTaskInput
impl DescribeAuditTaskInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeAuditTask, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeAuditTask, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeAuditTask
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeAuditTaskInput
.
Trait Implementations§
source§impl Clone for DescribeAuditTaskInput
impl Clone for DescribeAuditTaskInput
source§fn clone(&self) -> DescribeAuditTaskInput
fn clone(&self) -> DescribeAuditTaskInput
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 DescribeAuditTaskInput
impl Debug for DescribeAuditTaskInput
source§impl PartialEq<DescribeAuditTaskInput> for DescribeAuditTaskInput
impl PartialEq<DescribeAuditTaskInput> for DescribeAuditTaskInput
source§fn eq(&self, other: &DescribeAuditTaskInput) -> bool
fn eq(&self, other: &DescribeAuditTaskInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.