Struct rusoto_support::ResolveCaseResponse[][src]

pub struct ResolveCaseResponse {
    pub final_case_status: Option<String>,
    pub initial_case_status: Option<String>,
}

The status of the case returned by the ResolveCase operation.

Fields

The status of the case after the ResolveCase request was processed.

The status of the case when the ResolveCase request was sent.

Trait Implementations

impl Default for ResolveCaseResponse
[src]

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

impl Debug for ResolveCaseResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for ResolveCaseResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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