Class: Aws::StorageGateway::Types::VolumeRecoveryPointInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::VolumeRecoveryPointInfo
- 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
-
#volume_arn ⇒ String
The Amazon Resource Name (ARN) of the volume target.
-
#volume_recovery_point_time ⇒ String
The time the recovery point was taken.
-
#volume_size_in_bytes ⇒ Integer
The size of the volume in bytes.
-
#volume_usage_in_bytes ⇒ Integer
The size of the data stored on the volume in bytes.
Instance Attribute Details
#volume_arn ⇒ String
The Amazon Resource Name (ARN) of the volume target.
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_time ⇒ String
The time the recovery point was taken.
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_bytes ⇒ Integer
The size of the volume in bytes.
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_bytes ⇒ Integer
The size of the data stored on the volume in bytes.
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 |