Struct aws_sdk_config::model::ExternalEvaluation
source · [−]#[non_exhaustive]pub struct ExternalEvaluation {
pub compliance_resource_type: Option<String>,
pub compliance_resource_id: Option<String>,
pub compliance_type: Option<ComplianceType>,
pub annotation: Option<String>,
pub ordering_timestamp: Option<DateTime>,
}Expand description
Identifies an Amazon Web Services resource and indicates whether it complies with the Config rule that it was evaluated against.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.compliance_resource_type: Option<String>The evaluated compliance resource type. Config accepts AWS::::Account resource type.
compliance_resource_id: Option<String>The evaluated compliance resource ID. Config accepts only Amazon Web Services account ID.
compliance_type: Option<ComplianceType>The compliance of the Amazon Web Services resource. The valid values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
annotation: Option<String>Supplementary information about the reason of compliance. For example, this task was completed on a specific date.
ordering_timestamp: Option<DateTime>The time when the compliance was recorded.
Implementations
The evaluated compliance resource type. Config accepts AWS::::Account resource type.
The evaluated compliance resource ID. Config accepts only Amazon Web Services account ID.
The compliance of the Amazon Web Services resource. The valid values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
Supplementary information about the reason of compliance. For example, this task was completed on a specific date.
The time when the compliance was recorded.
Creates a new builder-style object to manufacture ExternalEvaluation
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ExternalEvaluation
impl Send for ExternalEvaluation
impl Sync for ExternalEvaluation
impl Unpin for ExternalEvaluation
impl UnwindSafe for ExternalEvaluation
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