Struct aws_sdk_config::model::ExternalEvaluation
source · #[non_exhaustive]pub struct ExternalEvaluation { /* private fields */ }Expand description
Identifies an Amazon Web Services resource and indicates whether it complies with the Config rule that it was evaluated against.
Implementations§
source§impl ExternalEvaluation
impl ExternalEvaluation
sourcepub fn compliance_resource_type(&self) -> Option<&str>
pub fn compliance_resource_type(&self) -> Option<&str>
The evaluated compliance resource type. Config accepts AWS::::Account resource type.
sourcepub fn compliance_resource_id(&self) -> Option<&str>
pub fn compliance_resource_id(&self) -> Option<&str>
The evaluated compliance resource ID. Config accepts only Amazon Web Services account ID.
sourcepub fn compliance_type(&self) -> Option<&ComplianceType>
pub fn compliance_type(&self) -> Option<&ComplianceType>
The compliance of the Amazon Web Services resource. The valid values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
sourcepub fn annotation(&self) -> Option<&str>
pub fn annotation(&self) -> Option<&str>
Supplementary information about the reason of compliance. For example, this task was completed on a specific date.
sourcepub fn ordering_timestamp(&self) -> Option<&DateTime>
pub fn ordering_timestamp(&self) -> Option<&DateTime>
The time when the compliance was recorded.
source§impl ExternalEvaluation
impl ExternalEvaluation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExternalEvaluation.
Trait Implementations§
source§impl Clone for ExternalEvaluation
impl Clone for ExternalEvaluation
source§fn clone(&self) -> ExternalEvaluation
fn clone(&self) -> ExternalEvaluation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more