Struct rusoto_lightsail::GetOperationsResult [] [src]

pub struct GetOperationsResult {
    pub next_page_token: Option<String>,
    pub operations: Option<Vec<Operation>>,
}

Fields

A token used for advancing to the next page of results from your get operations request.

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

Trait Implementations

impl Default for GetOperationsResult
[src]

[src]

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

impl Debug for GetOperationsResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetOperationsResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more