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