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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


7828
7829
7830
7831
7832
7833
7834
7835
# File 'lib/aws-sdk-storagegateway/types.rb', line 7828

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)


7828
7829
7830
7831
7832
7833
7834
7835
# File 'lib/aws-sdk-storagegateway/types.rb', line 7828

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)


7828
7829
7830
7831
7832
7833
7834
7835
# File 'lib/aws-sdk-storagegateway/types.rb', line 7828

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.

<note markdown=“1”> This value is not available for volumes created prior to May 13, 2015, until you store data on the volume.

</note>

Returns:

  • (Integer)


7828
7829
7830
7831
7832
7833
7834
7835
# File 'lib/aws-sdk-storagegateway/types.rb', line 7828

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