Struct aws_sdk_auditmanager::model::Evidence[][src]

#[non_exhaustive]
pub struct Evidence {
Show 15 fields pub data_source: Option<String>, pub evidence_aws_account_id: Option<String>, pub time: Option<DateTime>, pub event_source: Option<String>, pub event_name: Option<String>, pub evidence_by_type: Option<String>, pub resources_included: Option<Vec<Resource>>, pub attributes: Option<HashMap<String, String>>, pub iam_id: Option<String>, pub compliance_check: Option<String>, pub aws_organization: Option<String>, pub aws_account_id: Option<String>, pub evidence_folder_id: Option<String>, pub id: Option<String>, pub assessment_report_selection: Option<String>,
}
Expand description

A record that contains the information needed to demonstrate compliance with the requirements specified by a control. Examples of evidence include change activity triggered by a user, or a system configuration snapshot.

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.
data_source: Option<String>

The data source where the evidence was collected from.

evidence_aws_account_id: Option<String>

The identifier for the Amazon Web Services account.

time: Option<DateTime>

The timestamp that represents when the evidence was collected.

event_source: Option<String>

The Amazon Web Service that the evidence is collected from.

event_name: Option<String>

The name of the evidence event.

evidence_by_type: Option<String>

The type of automated evidence.

resources_included: Option<Vec<Resource>>

The list of resources that are assessed to generate the evidence.

attributes: Option<HashMap<String, String>>

The names and values that are used by the evidence event. This includes an attribute name (such as allowUsersToChangePassword) and value (such as true or false).

iam_id: Option<String>

The unique identifier for the IAM user or role that's associated with the evidence.

compliance_check: Option<String>

The evaluation status for evidence that falls under the compliance check category. For evidence collected from Security Hub, a Pass or Fail result is shown. For evidence collected from Config, a Compliant or Noncompliant result is shown.

aws_organization: Option<String>

The Amazon Web Services account that the evidence is collected from, and its organization path.

aws_account_id: Option<String>

The identifier for the Amazon Web Services account.

evidence_folder_id: Option<String>

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

id: Option<String>

The identifier for the evidence.

assessment_report_selection: Option<String>

Specifies whether the evidence is included in the assessment report.

Implementations

The data source where the evidence was collected from.

The identifier for the Amazon Web Services account.

The timestamp that represents when the evidence was collected.

The Amazon Web Service that the evidence is collected from.

The name of the evidence event.

The type of automated evidence.

The list of resources that are assessed to generate the evidence.

The names and values that are used by the evidence event. This includes an attribute name (such as allowUsersToChangePassword) and value (such as true or false).

The unique identifier for the IAM user or role that's associated with the evidence.

The evaluation status for evidence that falls under the compliance check category. For evidence collected from Security Hub, a Pass or Fail result is shown. For evidence collected from Config, a Compliant or Noncompliant result is shown.

The Amazon Web Services account that the evidence is collected from, and its organization path.

The identifier for the Amazon Web Services account.

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

The identifier for the evidence.

Specifies whether the evidence is included in the assessment report.

Creates a new builder-style object to manufacture Evidence

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