Struct rusoto_support::CreateCaseResponse[][src]

pub struct CreateCaseResponse {
    pub case_id: Option<String>,
}

The AWS Support case ID returned by a successful completion of the CreateCase operation.

Fields

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

Trait Implementations

impl Default for CreateCaseResponse
[src]

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

impl Debug for CreateCaseResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateCaseResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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