Struct rusoto_support::DescribeTrustedAdvisorCheckResultRequest[][src]

pub struct DescribeTrustedAdvisorCheckResultRequest {
    pub check_id: String,
    pub language: Option<String>,
}

Fields

The unique identifier for the Trusted Advisor check.

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.

Trait Implementations

impl Default for DescribeTrustedAdvisorCheckResultRequest
[src]

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

impl Debug for DescribeTrustedAdvisorCheckResultRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeTrustedAdvisorCheckResultRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeTrustedAdvisorCheckResultRequest
[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