Class: Aws::Types::TapeRecoveryPointInfo
- Inherits:
-
Object
- Object
- Aws::Types::TapeRecoveryPointInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#tape_arn ⇒ ::String
Returns the value of attribute tape_arn.
-
#tape_recovery_point_time ⇒ ::Time
Returns the value of attribute tape_recovery_point_time.
-
#tape_size_in_bytes ⇒ ::Integer
Returns the value of attribute tape_size_in_bytes.
-
#tape_status ⇒ ::String
Returns the value of attribute tape_status.
Instance Attribute Details
#tape_arn ⇒ ::String
Returns the value of attribute tape_arn.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def tape_arn @tape_arn end |
#tape_recovery_point_time ⇒ ::Time
Returns the value of attribute tape_recovery_point_time.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def tape_recovery_point_time @tape_recovery_point_time end |
#tape_size_in_bytes ⇒ ::Integer
Returns the value of attribute tape_size_in_bytes.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def tape_size_in_bytes @tape_size_in_bytes end |
#tape_status ⇒ ::String
Returns the value of attribute tape_status.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def tape_status @tape_status end |