Struct aws_sdk_config::model::aggregate_evaluation_result::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for AggregateEvaluationResult
Implementations
Uniquely identifies the evaluation result.
pub fn set_evaluation_result_identifier(
self,
input: Option<EvaluationResultIdentifier>
) -> Self
pub fn set_evaluation_result_identifier(
self,
input: Option<EvaluationResultIdentifier>
) -> Self
Uniquely identifies the evaluation result.
The resource compliance status.
For the AggregationEvaluationResult data type, Config supports only the COMPLIANT and NON_COMPLIANT. Config does not support the NOT_APPLICABLE and INSUFFICIENT_DATA value.
The resource compliance status.
For the AggregationEvaluationResult data type, Config supports only the COMPLIANT and NON_COMPLIANT. Config does not support the NOT_APPLICABLE and INSUFFICIENT_DATA value.
The time when Config recorded the aggregate evaluation result.
The time when Config recorded the aggregate evaluation result.
The time when the Config rule evaluated the Amazon Web Services resource.
The time when the Config rule evaluated the Amazon Web Services resource.
Supplementary information about how the agrregate evaluation determined the compliance.
Supplementary information about how the agrregate evaluation determined the compliance.
The 12-digit account ID of the source account.
The 12-digit account ID of the source account.
The source region from where the data is aggregated.
The source region from where the data is aggregated.
Consumes the builder and constructs a AggregateEvaluationResult
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
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