Struct rusoto_route53domains::GetOperationDetailResponse [] [src]

pub struct GetOperationDetailResponse {
    pub domain_name: Option<String>,
    pub message: Option<String>,
    pub operation_id: Option<String>,
    pub status: Option<String>,
    pub submitted_date: Option<f64>,
    pub type_: Option<String>,
}

The GetOperationDetail response includes the following elements.

Fields

The name of a domain.

Detailed information on the status including possible errors.

The identifier for the operation.

The current status of the requested operation in the system.

The date when the request was submitted.

The type of operation that was requested.

Trait Implementations

impl Default for GetOperationDetailResponse
[src]

[src]

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

impl Debug for GetOperationDetailResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetOperationDetailResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations