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

Class: Aws::StorageGateway::Types::VolumeRecoveryPointInfo

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

Overview

Describes a storage volume recovery point object.

Instance Attribute Summary collapse

Instance Attribute Details

#volume_arnString

The Amazon Resource Name (ARN) of the volume target.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the volume target.

#volume_recovery_point_timeString

The time the recovery point was taken.

Returns:

  • (String)

    The time the recovery point was taken.

#volume_size_in_bytesInteger

The size of the volume in bytes.

Returns:

  • (Integer)

    The size of the volume in bytes.

#volume_usage_in_bytesInteger

The size of the data stored on the volume in bytes.

This value is not available for volumes created prior to May 13, 2015, until you store data on the volume.

Returns:

  • (Integer)

    The size of the data stored on the volume in bytes.