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