Struct rusoto_lightsail::GetOperationResult [] [src]

pub struct GetOperationResult {
    pub operation: Option<Operation>,
}

Fields

An array of key-value pairs containing information about the results of your get operation request.

Trait Implementations

impl Default for GetOperationResult
[src]

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

impl Debug for GetOperationResult
[src]

Formats the value using the given formatter.

impl Clone for GetOperationResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more