Struct rusoto_route53domains::GetOperationDetailResponse [] [src]

pub struct GetOperationDetailResponse {
    pub domain_name: Option<DomainName>,
    pub message: Option<ErrorMessage>,
    pub operation_id: Option<OperationId>,
    pub status: Option<OperationStatus>,
    pub submitted_date: Option<Timestamp>,
    pub type_: Option<OperationType>,
}

The GetOperationDetail response includes the following elements.

Fields

The name of a domain.

Type: String

Detailed information on the status including possible errors.

Type: String

The identifier for the operation.

Type: String

The current status of the requested operation in the system.

Type: String

The date when the request was submitted.

The type of operation that was requested.

Type: String

Trait Implementations

impl Default for GetOperationDetailResponse
[src]

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

impl Debug for GetOperationDetailResponse
[src]

Formats the value using the given formatter.

impl Clone for GetOperationDetailResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more