Struct aws_sdk_iot::client::fluent_builders::DescribeAuditFinding
source · pub struct DescribeAuditFinding { /* private fields */ }
Expand description
Fluent builder constructing a request to DescribeAuditFinding
.
Gets information about a single audit finding. Properties include the reason for noncompliance, the severity of the issue, and the start time when the audit that returned the finding.
Requires permission to access the DescribeAuditFinding action.
Implementations§
source§impl DescribeAuditFinding
impl DescribeAuditFinding
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DescribeAuditFinding, AwsResponseRetryClassifier>, SdkError<DescribeAuditFindingError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DescribeAuditFinding, AwsResponseRetryClassifier>, SdkError<DescribeAuditFindingError>>
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<DescribeAuditFindingOutput, SdkError<DescribeAuditFindingError>>
pub async fn send(
self
) -> Result<DescribeAuditFindingOutput, SdkError<DescribeAuditFindingError>>
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 finding_id(self, input: impl Into<String>) -> Self
pub fn finding_id(self, input: impl Into<String>) -> Self
A unique identifier for a single audit finding. You can use this identifier to apply mitigation actions to the finding.
sourcepub fn set_finding_id(self, input: Option<String>) -> Self
pub fn set_finding_id(self, input: Option<String>) -> Self
A unique identifier for a single audit finding. You can use this identifier to apply mitigation actions to the finding.
Trait Implementations§
source§impl Clone for DescribeAuditFinding
impl Clone for DescribeAuditFinding
source§fn clone(&self) -> DescribeAuditFinding
fn clone(&self) -> DescribeAuditFinding
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more