#[non_exhaustive]pub struct DescribeSeverityLevelsOutput { /* private fields */ }Expand description
The list of severity levels returned by the DescribeSeverityLevels operation.
Implementations§
source§impl DescribeSeverityLevelsOutput
impl DescribeSeverityLevelsOutput
sourcepub fn severity_levels(&self) -> Option<&[SeverityLevel]>
pub fn severity_levels(&self) -> Option<&[SeverityLevel]>
The available severity levels for the support case. Available severity levels are defined by your service level agreement with Amazon Web Services.
source§impl DescribeSeverityLevelsOutput
impl DescribeSeverityLevelsOutput
sourcepub fn builder() -> DescribeSeverityLevelsOutputBuilder
pub fn builder() -> DescribeSeverityLevelsOutputBuilder
Creates a new builder-style object to manufacture DescribeSeverityLevelsOutput.
Trait Implementations§
source§impl Clone for DescribeSeverityLevelsOutput
impl Clone for DescribeSeverityLevelsOutput
source§fn clone(&self) -> DescribeSeverityLevelsOutput
fn clone(&self) -> DescribeSeverityLevelsOutput
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 Debug for DescribeSeverityLevelsOutput
impl Debug for DescribeSeverityLevelsOutput
source§impl PartialEq<DescribeSeverityLevelsOutput> for DescribeSeverityLevelsOutput
impl PartialEq<DescribeSeverityLevelsOutput> for DescribeSeverityLevelsOutput
source§fn eq(&self, other: &DescribeSeverityLevelsOutput) -> bool
fn eq(&self, other: &DescribeSeverityLevelsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeSeverityLevelsOutput
impl RequestId for DescribeSeverityLevelsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.