Struct rusoto_storagegateway::CreateSnapshotOutput [] [src]

pub struct CreateSnapshotOutput {
    pub snapshot_id: Option<SnapshotId>,
    pub volume_arn: Option<VolumeARN>,
}

A JSON object containing the following fields:

Fields

The snapshot ID that is used to refer to the snapshot in future operations such as describing snapshots (Amazon Elastic Compute Cloud API DescribeSnapshots) or creating a volume from a snapshot (CreateStorediSCSIVolume).

The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.

Trait Implementations

impl Default for CreateSnapshotOutput
[src]

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

impl Debug for CreateSnapshotOutput
[src]

Formats the value using the given formatter.

impl Clone for CreateSnapshotOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more