Struct rusoto_lightsail::GetInstanceSnapshotRequest [] [src]

pub struct GetInstanceSnapshotRequest {
    pub instance_snapshot_name: ResourceName,
}

Fields

The name of the snapshot for which you are requesting information.

Trait Implementations

impl Default for GetInstanceSnapshotRequest
[src]

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

impl Debug for GetInstanceSnapshotRequest
[src]

Formats the value using the given formatter.

impl Clone for GetInstanceSnapshotRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more