#[non_exhaustive]
pub struct Builder { /* private fields */ }
Expand description

A builder for Evidence

Implementations

The data source where the evidence was collected from.

The data source where the evidence was collected from.

The identifier for the Amazon Web Services account.

The identifier for the Amazon Web Services account.

The timestamp that represents when the evidence was collected.

The timestamp that represents when the evidence was collected.

The Amazon Web Service that the evidence is collected from.

The Amazon Web Service that the evidence is collected from.

The name of the evidence event.

The name of the evidence event.

The type of automated evidence.

The type of automated evidence.

Appends an item to resources_included.

To override the contents of this collection use set_resources_included.

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

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

Adds a key-value pair to attributes.

To override the contents of this collection use set_attributes.

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 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 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 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 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 Amazon Web Services account.

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

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

The identifier for the evidence.

The identifier for the evidence.

Specifies whether the evidence is included in the assessment report.

Specifies whether the evidence is included in the assessment report.

Consumes the builder and constructs a 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

Returns the “default value” for a type. 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

Returns the argument unchanged.

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

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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