Struct rusoto_config::ComplianceContributorCount [] [src]

pub struct ComplianceContributorCount {
    pub cap_exceeded: Option<bool>,
    pub capped_count: Option<i64>,
}

The number of AWS resources or AWS Config rules responsible for the current compliance of the item, up to a maximum number.

Fields

Indicates whether the maximum count is reached.

The number of AWS resources or AWS Config rules responsible for the current compliance of the item.

Trait Implementations

impl Default for ComplianceContributorCount
[src]

[src]

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

impl Debug for ComplianceContributorCount
[src]

[src]

Formats the value using the given formatter.

impl Clone for ComplianceContributorCount
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more