Struct rusoto_lightsail::CreateInstanceSnapshotRequest [] [src]

pub struct CreateInstanceSnapshotRequest {
    pub instance_name: String,
    pub instance_snapshot_name: String,
}

Fields

The Lightsail instance on which to base your snapshot.

The name for your new snapshot.

Trait Implementations

impl Default for CreateInstanceSnapshotRequest
[src]

[src]

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

impl Debug for CreateInstanceSnapshotRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateInstanceSnapshotRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more