Struct rusoto_lightsail::GetInstanceSnapshotsRequest [] [src]

pub struct GetInstanceSnapshotsRequest {
    pub page_token: Option<String>,
}

Fields

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

Trait Implementations

impl Default for GetInstanceSnapshotsRequest
[src]

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

impl Debug for GetInstanceSnapshotsRequest
[src]

Formats the value using the given formatter.

impl Clone for GetInstanceSnapshotsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more