Struct rusoto_lightsail::GetInstanceSnapshotsResult [] [src]

pub struct GetInstanceSnapshotsResult {
    pub instance_snapshots: Option<Vec<InstanceSnapshot>>,
    pub next_page_token: Option<String>,
}

Fields

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

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

Trait Implementations

impl Default for GetInstanceSnapshotsResult
[src]

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

impl Debug for GetInstanceSnapshotsResult
[src]

Formats the value using the given formatter.

impl Clone for GetInstanceSnapshotsResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more