Struct aws_sdk_support::model::Service
source · [−]#[non_exhaustive]pub struct Service { /* private fields */ }Expand description
Information about an Amazon Web Services service returned by the DescribeServices operation.
Implementations
sourceimpl Service
impl Service
sourcepub fn code(&self) -> Option<&str>
pub fn code(&self) -> Option<&str>
The code for an Amazon Web Services service returned by the DescribeServices response. The name element contains the corresponding friendly name.
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
The friendly name for an Amazon Web Services service. The code element contains the corresponding code.
sourcepub fn categories(&self) -> Option<&[Category]>
pub fn categories(&self) -> Option<&[Category]>
A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to Amazon Web Services Support when you call CreateCase.
Trait Implementations
impl StructuralPartialEq for Service
Auto Trait Implementations
impl RefUnwindSafe for Service
impl Send for Service
impl Sync for Service
impl Unpin for Service
impl UnwindSafe for Service
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more