Struct rusoto_lightsail::GetInstancesResult [] [src]

pub struct GetInstancesResult {
    pub instances: Option<Vec<Instance>>,
    pub next_page_token: Option<String>,
}

Fields

An array of key-value pairs containing information about your instances.

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

Trait Implementations

impl Default for GetInstancesResult
[src]

[src]

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

impl Debug for GetInstancesResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetInstancesResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more