Struct rusoto_storagegateway::CreateSnapshotOutput[][src]

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

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. Read more

impl Clone for CreateSnapshotOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateSnapshotOutput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations