Struct rusoto_storagegateway::VolumeInfo [] [src]

pub struct VolumeInfo {
    pub gateway_arn: Option<GatewayARN>,
    pub gateway_id: Option<GatewayId>,
    pub volume_arn: Option<VolumeARN>,
    pub volume_id: Option<VolumeId>,
    pub volume_size_in_bytes: Option<Long>,
    pub volume_type: Option<VolumeType>,
}

Describes a storage volume object.

Fields

The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations.

Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).

The Amazon Resource Name (ARN) for the storage volume. For example, the following is a valid ARN:

arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB

Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).

The unique identifier assigned to the volume. This ID becomes part of the volume Amazon Resource Name (ARN), which you use as input for other operations.

Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).

The size of the volume in bytes.

Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).

Trait Implementations

impl Default for VolumeInfo
[src]

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

impl Debug for VolumeInfo
[src]

Formats the value using the given formatter.

impl Clone for VolumeInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more