Struct rusoto_lightsail::GetOperationRequest [] [src]

pub struct GetOperationRequest {
    pub operation_id: NonEmptyString,
}

Fields

A GUID used to identify the operation.

Trait Implementations

impl Default for GetOperationRequest
[src]

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

impl Debug for GetOperationRequest
[src]

Formats the value using the given formatter.

impl Clone for GetOperationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more