Struct rusoto_lightsail::GetOperationRequest [] [src]

pub struct GetOperationRequest {
    pub operation_id: String,
}

Fields

A GUID used to identify the operation.

Trait Implementations

impl Default for GetOperationRequest
[src]

[src]

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

impl Debug for GetOperationRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetOperationRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations