Struct rusoto_support::ResolveCaseResponse [] [src]

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

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.

impl Clone for ResolveCaseResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more