Struct rusoto_support::DescribeTrustedAdvisorChecksResponse[][src]

pub struct DescribeTrustedAdvisorChecksResponse {
    pub checks: Vec<TrustedAdvisorCheckDescription>,
}

Information about the Trusted Advisor checks returned by the DescribeTrustedAdvisorChecks operation.

Fields

Information about all available Trusted Advisor checks.

Trait Implementations

impl Default for DescribeTrustedAdvisorChecksResponse
[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeTrustedAdvisorChecksResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeTrustedAdvisorChecksResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeTrustedAdvisorChecksResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations