class Aws::StorageGateway::Types::VolumeInfo

Describes a storage volume object.

@!attribute [rw] volume_arn

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

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

Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and
hyphens (-).
@return [String]

@!attribute [rw] volume_id

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 (-).
@return [String]

@!attribute [rw] gateway_arn

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
operation to return a list of gateways for your account and Region.
@return [String]

@!attribute [rw] gateway_id

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 (-).
@return [String]

@!attribute [rw] volume_type

One of the VolumeType enumeration values describing the type of the
volume.
@return [String]

@!attribute [rw] volume_size_in_bytes

The size of the volume in bytes.

Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and
hyphens (-).
@return [Integer]

@!attribute [rw] volume_attachment_status

One of the VolumeStatus values that indicates the state of the
storage volume.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/VolumeInfo AWS API Documentation

Constants

SENSITIVE