Struct aws_sdk_iot::input::StartOnDemandAuditTaskInput
source · #[non_exhaustive]pub struct StartOnDemandAuditTaskInput { /* private fields */ }
Implementations§
source§impl StartOnDemandAuditTaskInput
impl StartOnDemandAuditTaskInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartOnDemandAuditTask, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartOnDemandAuditTask, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartOnDemandAuditTask
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartOnDemandAuditTaskInput
.
source§impl StartOnDemandAuditTaskInput
impl StartOnDemandAuditTaskInput
sourcepub fn target_check_names(&self) -> Option<&[String]>
pub fn target_check_names(&self) -> Option<&[String]>
Which checks are performed during the audit. The checks you specify must be enabled for your account or an exception occurs. Use DescribeAccountAuditConfiguration
to see the list of all checks, including those that are enabled or UpdateAccountAuditConfiguration
to select which checks are enabled.
Trait Implementations§
source§impl Clone for StartOnDemandAuditTaskInput
impl Clone for StartOnDemandAuditTaskInput
source§fn clone(&self) -> StartOnDemandAuditTaskInput
fn clone(&self) -> StartOnDemandAuditTaskInput
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 StartOnDemandAuditTaskInput
impl Debug for StartOnDemandAuditTaskInput
source§impl PartialEq<StartOnDemandAuditTaskInput> for StartOnDemandAuditTaskInput
impl PartialEq<StartOnDemandAuditTaskInput> for StartOnDemandAuditTaskInput
source§fn eq(&self, other: &StartOnDemandAuditTaskInput) -> bool
fn eq(&self, other: &StartOnDemandAuditTaskInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.