Struct rusoto_storagegateway::CreateSnapshotInput [] [src]

pub struct CreateSnapshotInput {
    pub snapshot_description: String,
    pub volume_arn: String,
}

A JSON object containing one or more of the following fields:

Fields

Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the AWS Storage Gateway snapshot Details pane, Description field

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

Trait Implementations

impl Default for CreateSnapshotInput
[src]

[src]

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

impl Debug for CreateSnapshotInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateSnapshotInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations