Struct aws_sdk_iot::input::StartOnDemandAuditTaskInput [−][src]
#[non_exhaustive]pub struct StartOnDemandAuditTaskInput {
pub target_check_names: Option<Vec<String>>,
}
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.target_check_names: Option<Vec<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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartOnDemandAuditTask, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartOnDemandAuditTask, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<StartOnDemandAuditTask
>
Creates a new builder-style object to manufacture StartOnDemandAuditTaskInput
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
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 StartOnDemandAuditTaskInput
impl Send for StartOnDemandAuditTaskInput
impl Sync for StartOnDemandAuditTaskInput
impl Unpin for StartOnDemandAuditTaskInput
impl UnwindSafe for StartOnDemandAuditTaskInput
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