Struct rusoto_support::Category[][src]

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

A JSON-formatted name/value pair that represents the category name and category code of the problem, selected from the DescribeServices response for each AWS service.

Fields

The category code for the support case.

The category name for the support case.

Trait Implementations

impl Default for Category
[src]

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

impl Debug for Category
[src]

Formats the value using the given formatter. Read more

impl Clone for Category
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Category
[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 Category

impl Sync for Category