Struct aws_sdk_iot::client::fluent_builders::StartOnDemandAuditTask
source · pub struct StartOnDemandAuditTask { /* private fields */ }
Expand description
Fluent builder constructing a request to StartOnDemandAuditTask
.
Starts an on-demand Device Defender audit.
Requires permission to access the StartOnDemandAuditTask action.
Implementations§
source§impl StartOnDemandAuditTask
impl StartOnDemandAuditTask
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<StartOnDemandAuditTask, AwsResponseRetryClassifier>, SdkError<StartOnDemandAuditTaskError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<StartOnDemandAuditTask, AwsResponseRetryClassifier>, SdkError<StartOnDemandAuditTaskError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<StartOnDemandAuditTaskOutput, SdkError<StartOnDemandAuditTaskError>>
pub async fn send(
self
) -> Result<StartOnDemandAuditTaskOutput, SdkError<StartOnDemandAuditTaskError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn target_check_names(self, input: impl Into<String>) -> Self
pub fn target_check_names(self, input: impl Into<String>) -> Self
Appends an item to targetCheckNames
.
To override the contents of this collection use set_target_check_names
.
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.
sourcepub fn set_target_check_names(self, input: Option<Vec<String>>) -> Self
pub fn set_target_check_names(self, input: Option<Vec<String>>) -> Self
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 StartOnDemandAuditTask
impl Clone for StartOnDemandAuditTask
source§fn clone(&self) -> StartOnDemandAuditTask
fn clone(&self) -> StartOnDemandAuditTask
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more