#[non_exhaustive]pub struct TrustedAdvisorResourcesSummary { /* private fields */ }Expand description
Details about Amazon Web Services resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
Implementations§
source§impl TrustedAdvisorResourcesSummary
impl TrustedAdvisorResourcesSummary
sourcepub fn resources_processed(&self) -> i64
pub fn resources_processed(&self) -> i64
The number of Amazon Web Services resources that were analyzed by the Trusted Advisor check.
sourcepub fn resources_flagged(&self) -> i64
pub fn resources_flagged(&self) -> i64
The number of Amazon Web Services resources that were flagged (listed) by the Trusted Advisor check.
sourcepub fn resources_ignored(&self) -> i64
pub fn resources_ignored(&self) -> i64
The number of Amazon Web Services resources ignored by Trusted Advisor because information was unavailable.
sourcepub fn resources_suppressed(&self) -> i64
pub fn resources_suppressed(&self) -> i64
The number of Amazon Web Services resources ignored by Trusted Advisor because they were marked as suppressed by the user.
source§impl TrustedAdvisorResourcesSummary
impl TrustedAdvisorResourcesSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TrustedAdvisorResourcesSummary.
Trait Implementations§
source§impl Clone for TrustedAdvisorResourcesSummary
impl Clone for TrustedAdvisorResourcesSummary
source§fn clone(&self) -> TrustedAdvisorResourcesSummary
fn clone(&self) -> TrustedAdvisorResourcesSummary
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 moresource§impl PartialEq<TrustedAdvisorResourcesSummary> for TrustedAdvisorResourcesSummary
impl PartialEq<TrustedAdvisorResourcesSummary> for TrustedAdvisorResourcesSummary
source§fn eq(&self, other: &TrustedAdvisorResourcesSummary) -> bool
fn eq(&self, other: &TrustedAdvisorResourcesSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.