Class: Aws::StorageGateway::Types::TapeRecoveryPointInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::TapeRecoveryPointInfo
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Describes a recovery point.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tape_arn ⇒ String
The Amazon Resource Name (ARN) of the virtual tape.
-
#tape_recovery_point_time ⇒ Time
The time when the point-in-time view of the virtual tape was replicated for later recovery.
-
#tape_size_in_bytes ⇒ Integer
The size, in bytes, of the virtual tapes to recover.
-
#tape_status ⇒ String
The status of the virtual tapes.
Instance Attribute Details
#tape_arn ⇒ String
The Amazon Resource Name (ARN) of the virtual tape.
6564 6565 6566 6567 6568 6569 6570 6571 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6564 class TapeRecoveryPointInfo < Struct.new( :tape_arn, :tape_recovery_point_time, :tape_size_in_bytes, :tape_status) SENSITIVE = [] include Aws::Structure end |
#tape_recovery_point_time ⇒ Time
The time when the point-in-time view of the virtual tape was replicated for later recovery.
The default timestamp format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD’T’HH:MM:SS’Z’ format.
6564 6565 6566 6567 6568 6569 6570 6571 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6564 class TapeRecoveryPointInfo < Struct.new( :tape_arn, :tape_recovery_point_time, :tape_size_in_bytes, :tape_status) SENSITIVE = [] include Aws::Structure end |
#tape_size_in_bytes ⇒ Integer
The size, in bytes, of the virtual tapes to recover.
6564 6565 6566 6567 6568 6569 6570 6571 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6564 class TapeRecoveryPointInfo < Struct.new( :tape_arn, :tape_recovery_point_time, :tape_size_in_bytes, :tape_status) SENSITIVE = [] include Aws::Structure end |
#tape_status ⇒ String
The status of the virtual tapes.
6564 6565 6566 6567 6568 6569 6570 6571 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6564 class TapeRecoveryPointInfo < Struct.new( :tape_arn, :tape_recovery_point_time, :tape_size_in_bytes, :tape_status) SENSITIVE = [] include Aws::Structure end |