#[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
sourceimpl 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.
sourceimpl TrustedAdvisorResourcesSummary
impl TrustedAdvisorResourcesSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TrustedAdvisorResourcesSummary.
Trait Implementations
sourceimpl Clone for TrustedAdvisorResourcesSummary
impl Clone for TrustedAdvisorResourcesSummary
sourcefn clone(&self) -> TrustedAdvisorResourcesSummary
fn clone(&self) -> TrustedAdvisorResourcesSummary
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<TrustedAdvisorResourcesSummary> for TrustedAdvisorResourcesSummary
impl PartialEq<TrustedAdvisorResourcesSummary> for TrustedAdvisorResourcesSummary
sourcefn eq(&self, other: &TrustedAdvisorResourcesSummary) -> bool
fn eq(&self, other: &TrustedAdvisorResourcesSummary) -> bool
impl StructuralPartialEq for TrustedAdvisorResourcesSummary
Auto Trait Implementations
impl RefUnwindSafe for TrustedAdvisorResourcesSummary
impl Send for TrustedAdvisorResourcesSummary
impl Sync for TrustedAdvisorResourcesSummary
impl Unpin for TrustedAdvisorResourcesSummary
impl UnwindSafe for TrustedAdvisorResourcesSummary
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more