Struct rusoto_lightsail::GetOperationsForResourceResult [] [src]

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

Fields

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

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

Trait Implementations

impl Default for GetOperationsForResourceResult
[src]

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

impl Debug for GetOperationsForResourceResult
[src]

Formats the value using the given formatter.

impl Clone for GetOperationsForResourceResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more