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]

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

impl Debug for CreateSnapshotInput
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateSnapshotInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateSnapshotInput
[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