pub struct DescribeSeverityLevelsResponse {
pub severity_levels: Option<Vec<SeverityLevel>>,
}Expand description
The list of severity levels returned by the DescribeSeverityLevels operation.
Fields§
§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.
Trait Implementations§
Source§impl Clone for DescribeSeverityLevelsResponse
impl Clone for DescribeSeverityLevelsResponse
Source§fn clone(&self) -> DescribeSeverityLevelsResponse
fn clone(&self) -> DescribeSeverityLevelsResponse
Returns a duplicate 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 Default for DescribeSeverityLevelsResponse
impl Default for DescribeSeverityLevelsResponse
Source§fn default() -> DescribeSeverityLevelsResponse
fn default() -> DescribeSeverityLevelsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeSeverityLevelsResponse
impl<'de> Deserialize<'de> for DescribeSeverityLevelsResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DescribeSeverityLevelsResponse
impl PartialEq for DescribeSeverityLevelsResponse
Source§fn eq(&self, other: &DescribeSeverityLevelsResponse) -> bool
fn eq(&self, other: &DescribeSeverityLevelsResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeSeverityLevelsResponse
Auto Trait Implementations§
impl Freeze for DescribeSeverityLevelsResponse
impl RefUnwindSafe for DescribeSeverityLevelsResponse
impl Send for DescribeSeverityLevelsResponse
impl Sync for DescribeSeverityLevelsResponse
impl Unpin for DescribeSeverityLevelsResponse
impl UnwindSafe for DescribeSeverityLevelsResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more