Struct aws_sdk_support::output::DescribeSeverityLevelsOutput [−][src]
#[non_exhaustive]pub struct DescribeSeverityLevelsOutput {
pub severity_levels: Option<Vec<SeverityLevel>>,
}
Expand description
The list of severity levels returned by the DescribeSeverityLevels operation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.severity_levels: Option<Vec<SeverityLevel>>
The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.
Implementations
The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.
Creates a new builder-style object to manufacture DescribeSeverityLevelsOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for DescribeSeverityLevelsOutput
impl Sync for DescribeSeverityLevelsOutput
impl Unpin for DescribeSeverityLevelsOutput
impl UnwindSafe for DescribeSeverityLevelsOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more