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§
source§impl 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.