Struct rusoto_config::ComplianceByResource [] [src]

pub struct ComplianceByResource {
    pub compliance: Option<Compliance>,
    pub resource_id: Option<StringWithCharLimit256>,
    pub resource_type: Option<StringWithCharLimit256>,
}

Indicates whether an AWS resource that is evaluated according to one or more AWS Config rules is compliant. A resource is compliant if it complies with all of the rules that evaluate it, and it is noncompliant if it does not comply with one or more of these rules.

Fields

Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.

The ID of the AWS resource that was evaluated.

The type of the AWS resource that was evaluated.

Trait Implementations

impl Default for ComplianceByResource
[src]

Returns the "default value" for a type. Read more

impl Debug for ComplianceByResource
[src]

Formats the value using the given formatter.

impl Clone for ComplianceByResource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more