Struct aws_sdk_support::model::Service [−][src]
#[non_exhaustive]pub struct Service {
pub code: Option<String>,
pub name: Option<String>,
pub categories: Option<Vec<Category>>,
}
Expand description
Information about an AWS service returned by the DescribeServices 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.code: Option<String>
The code for an AWS service returned by the DescribeServices
response. The name
element contains the corresponding friendly name.
name: Option<String>
The friendly name for an AWS service. The code
element contains the
corresponding code.
categories: Option<Vec<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 AWS Support when you call CreateCase.
Implementations
The code for an AWS service returned by the DescribeServices
response. The name
element contains the corresponding friendly name.
The friendly name for an AWS service. The code
element contains the
corresponding code.
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 AWS Support when you call CreateCase.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Service
impl UnwindSafe for Service
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