Struct rusoto_support::Service[][src]

pub struct Service {
    pub categories: Option<Vec<Category>>,
    pub code: Option<String>,
    pub name: Option<String>,
}

Information about an AWS service returned by the DescribeServices operation.

Fields

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.

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.

Trait Implementations

impl Default for Service
[src]

Returns the "default value" for a type. Read more

impl Debug for Service
[src]

Formats the value using the given formatter. Read more

impl Clone for Service
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Service
[src]

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 Service

impl Sync for Service