Struct aws_sdk_auditmanager::model::AssessmentEvidenceFolder[][src]

#[non_exhaustive]
pub struct AssessmentEvidenceFolder {
Show 18 fields pub name: Option<String>, pub date: Option<DateTime>, pub assessment_id: Option<String>, pub control_set_id: Option<String>, pub control_id: Option<String>, pub id: Option<String>, pub data_source: Option<String>, pub author: Option<String>, pub total_evidence: i32, pub assessment_report_selection_count: i32, pub control_name: Option<String>, pub evidence_resources_included_count: i32, pub evidence_by_type_configuration_data_count: i32, pub evidence_by_type_manual_count: i32, pub evidence_by_type_compliance_check_count: i32, pub evidence_by_type_compliance_check_issues_count: i32, pub evidence_by_type_user_activity_count: i32, pub evidence_aws_service_source_count: i32,
}
Expand description

The folder where Audit Manager stores evidence for an assessment.

Fields (Non-exhaustive)

This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.
name: Option<String>

The name of the evidence folder.

date: Option<DateTime>

The date when the first evidence was added to the evidence folder.

assessment_id: Option<String>

The identifier for the assessment.

control_set_id: Option<String>

The identifier for the control set.

control_id: Option<String>

The unique identifier for the control.

id: Option<String>

The identifier for the folder that the evidence is stored in.

data_source: Option<String>

The Amazon Web Service that the evidence was collected from.

author: Option<String>

The name of the user who created the evidence folder.

total_evidence: i32

The total amount of evidence in the evidence folder.

assessment_report_selection_count: i32

The total count of evidence that's included in the assessment report.

control_name: Option<String>

The name of the control.

evidence_resources_included_count: i32

The amount of evidence that's included in the evidence folder.

evidence_by_type_configuration_data_count: i32

The number of evidence that falls under the configuration data category. This evidence is collected from configuration snapshots of other Amazon Web Services services such as Amazon EC2, Amazon S3, or IAM.

evidence_by_type_manual_count: i32

The number of evidence that falls under the manual category. This evidence is imported manually.

evidence_by_type_compliance_check_count: i32

The number of evidence that falls under the compliance check category. This evidence is collected from Config or Security Hub.

evidence_by_type_compliance_check_issues_count: i32

The total number of issues that were reported directly from Security Hub, Config, or both.

evidence_by_type_user_activity_count: i32

The number of evidence that falls under the user activity category. This evidence is collected from CloudTrail logs.

evidence_aws_service_source_count: i32

The total number of Amazon Web Services resources that were assessed to generate the evidence.

Implementations

The name of the evidence folder.

The date when the first evidence was added to the evidence folder.

The identifier for the assessment.

The identifier for the control set.

The unique identifier for the control.

The identifier for the folder that the evidence is stored in.

The Amazon Web Service that the evidence was collected from.

The name of the user who created the evidence folder.

The total amount of evidence in the evidence folder.

The total count of evidence that's included in the assessment report.

The name of the control.

The amount of evidence that's included in the evidence folder.

The number of evidence that falls under the configuration data category. This evidence is collected from configuration snapshots of other Amazon Web Services services such as Amazon EC2, Amazon S3, or IAM.

The number of evidence that falls under the manual category. This evidence is imported manually.

The number of evidence that falls under the compliance check category. This evidence is collected from Config or Security Hub.

The total number of issues that were reported directly from Security Hub, Config, or both.

The number of evidence that falls under the user activity category. This evidence is collected from CloudTrail logs.

The total number of Amazon Web Services resources that were assessed to generate the evidence.

Creates a new builder-style object to manufacture AssessmentEvidenceFolder

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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