Struct rusoto_support::TrustedAdvisorResourcesSummary [] [src]

pub struct TrustedAdvisorResourcesSummary {
    pub resources_flagged: Long,
    pub resources_ignored: Long,
    pub resources_processed: Long,
    pub resources_suppressed: Long,
}

Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.

Fields

The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

The number of AWS resources ignored by Trusted Advisor because information was unavailable.

The number of AWS resources that were analyzed by the Trusted Advisor check.

The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

Trait Implementations

impl Default for TrustedAdvisorResourcesSummary
[src]

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

impl Debug for TrustedAdvisorResourcesSummary
[src]

Formats the value using the given formatter.

impl Clone for TrustedAdvisorResourcesSummary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more