Struct rusoto_support::DescribeSeverityLevelsResponse[][src]

pub struct DescribeSeverityLevelsResponse {
    pub severity_levels: Option<Vec<SeverityLevel>>,
}

The list of severity levels returned by the DescribeSeverityLevels operation.

Fields

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.

Trait Implementations

impl Default for DescribeSeverityLevelsResponse
[src]

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

impl Debug for DescribeSeverityLevelsResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeSeverityLevelsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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