Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb

Overview

Describes a storage volume recovery point object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#volume_arnString

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

Returns:

  • (String)

8204
8205
8206
8207
8208
8209
8210
8211
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 8204

class VolumeRecoveryPointInfo < Struct.new(
  :volume_arn,
  :volume_size_in_bytes,
  :volume_usage_in_bytes,
  :volume_recovery_point_time)
  SENSITIVE = []
  include Aws::Structure
end

#volume_recovery_point_timeString

The time the recovery point was taken.

Returns:

  • (String)

8204
8205
8206
8207
8208
8209
8210
8211
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 8204

class VolumeRecoveryPointInfo < Struct.new(
  :volume_arn,
  :volume_size_in_bytes,
  :volume_usage_in_bytes,
  :volume_recovery_point_time)
  SENSITIVE = []
  include Aws::Structure
end

#volume_size_in_bytesInteger

The size of the volume in bytes.

Returns:

  • (Integer)

8204
8205
8206
8207
8208
8209
8210
8211
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 8204

class VolumeRecoveryPointInfo < Struct.new(
  :volume_arn,
  :volume_size_in_bytes,
  :volume_usage_in_bytes,
  :volume_recovery_point_time)
  SENSITIVE = []
  include Aws::Structure
end

#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)

8204
8205
8206
8207
8208
8209
8210
8211
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 8204

class VolumeRecoveryPointInfo < Struct.new(
  :volume_arn,
  :volume_size_in_bytes,
  :volume_usage_in_bytes,
  :volume_recovery_point_time)
  SENSITIVE = []
  include Aws::Structure
end