Struct aws_sdk_support::model::TrustedAdvisorResourcesSummary [−][src]
#[non_exhaustive]pub struct TrustedAdvisorResourcesSummary {
pub resources_processed: i64,
pub resources_flagged: i64,
pub resources_ignored: i64,
pub resources_suppressed: i64,
}
Expand description
Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
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.resources_processed: i64
The number of AWS resources that were analyzed by the Trusted Advisor check.
resources_flagged: i64
The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
resources_ignored: i64
The number of AWS resources ignored by Trusted Advisor because information was unavailable.
resources_suppressed: i64
The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
Implementations
The number of AWS resources that were analyzed by the Trusted Advisor check.
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 ignored by Trusted Advisor because they were marked as suppressed by the user.
Creates a new builder-style object to manufacture TrustedAdvisorResourcesSummary
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 Send for TrustedAdvisorResourcesSummary
impl Sync for TrustedAdvisorResourcesSummary
impl Unpin for TrustedAdvisorResourcesSummary
impl UnwindSafe for TrustedAdvisorResourcesSummary
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