pub struct DescribeAuditMitigationActionsTask { /* private fields */ }
Expand description
Fluent builder constructing a request to DescribeAuditMitigationActionsTask
.
Gets information about an audit mitigation task that is used to apply mitigation actions to a set of audit findings. Properties include the actions being applied, the audit checks to which they're being applied, the task status, and aggregated task statistics.
Implementations§
source§impl DescribeAuditMitigationActionsTask
impl DescribeAuditMitigationActionsTask
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DescribeAuditMitigationActionsTask, AwsResponseRetryClassifier>, SdkError<DescribeAuditMitigationActionsTaskError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DescribeAuditMitigationActionsTask, AwsResponseRetryClassifier>, SdkError<DescribeAuditMitigationActionsTaskError>>
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<DescribeAuditMitigationActionsTaskOutput, SdkError<DescribeAuditMitigationActionsTaskError>>
pub async fn send(
self
) -> Result<DescribeAuditMitigationActionsTaskOutput, SdkError<DescribeAuditMitigationActionsTaskError>>
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 task_id(self, input: impl Into<String>) -> Self
pub fn task_id(self, input: impl Into<String>) -> Self
The unique identifier for the audit mitigation task.
sourcepub fn set_task_id(self, input: Option<String>) -> Self
pub fn set_task_id(self, input: Option<String>) -> Self
The unique identifier for the audit mitigation task.
Trait Implementations§
source§impl Clone for DescribeAuditMitigationActionsTask
impl Clone for DescribeAuditMitigationActionsTask
source§fn clone(&self) -> DescribeAuditMitigationActionsTask
fn clone(&self) -> DescribeAuditMitigationActionsTask
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more