Struct rusoto_support::DescribeSeverityLevelsRequest[][src]

pub struct DescribeSeverityLevelsRequest {
    pub language: Option<String>,
}

Fields

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 DescribeSeverityLevelsRequest
[src]

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

impl Debug for DescribeSeverityLevelsRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeSeverityLevelsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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