You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::StorageGateway::Types::VolumeInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a storage volume object.

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arnString

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

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the gateway.

#gateway_idString

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 (-).

Returns:

  • (String)

    The unique identifier assigned to your gateway during activation.

#volume_arnString

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 (-).

Returns:

  • (String)

    The Amazon Resource Name (ARN) for the storage volume.

#volume_attachment_statusString

One of the VolumeStatus values that indicates the state of the storage volume.

Returns:

  • (String)

    One of the VolumeStatus values that indicates the state of the storage volume.

#volume_idString

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 (-).

Returns:

  • (String)

    The unique identifier assigned to the volume.

#volume_size_in_bytesInteger

The size of the volume in bytes.

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

Returns:

  • (Integer)

    The size of the volume in bytes.

#volume_typeString

One of the VolumeType enumeration values describing the type of the volume.

Returns:

  • (String)

    One of the VolumeType enumeration values describing the type of the volume.