#[non_exhaustive]pub struct DescribeTrustedAdvisorCheckRefreshStatusesOutput { /* private fields */ }Expand description
The statuses of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckRefreshStatuses operation.
Implementations§
source§impl DescribeTrustedAdvisorCheckRefreshStatusesOutput
impl DescribeTrustedAdvisorCheckRefreshStatusesOutput
sourcepub fn statuses(&self) -> Option<&[TrustedAdvisorCheckRefreshStatus]>
pub fn statuses(&self) -> Option<&[TrustedAdvisorCheckRefreshStatus]>
The refresh status of the specified Trusted Advisor checks.
source§impl DescribeTrustedAdvisorCheckRefreshStatusesOutput
impl DescribeTrustedAdvisorCheckRefreshStatusesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeTrustedAdvisorCheckRefreshStatusesOutput.
Trait Implementations§
source§impl Clone for DescribeTrustedAdvisorCheckRefreshStatusesOutput
impl Clone for DescribeTrustedAdvisorCheckRefreshStatusesOutput
source§fn clone(&self) -> DescribeTrustedAdvisorCheckRefreshStatusesOutput
fn clone(&self) -> DescribeTrustedAdvisorCheckRefreshStatusesOutput
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<DescribeTrustedAdvisorCheckRefreshStatusesOutput> for DescribeTrustedAdvisorCheckRefreshStatusesOutput
impl PartialEq<DescribeTrustedAdvisorCheckRefreshStatusesOutput> for DescribeTrustedAdvisorCheckRefreshStatusesOutput
source§fn eq(&self, other: &DescribeTrustedAdvisorCheckRefreshStatusesOutput) -> bool
fn eq(&self, other: &DescribeTrustedAdvisorCheckRefreshStatusesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.