Class: Aws::Types::DescribeTapeRecoveryPointsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTapeRecoveryPointsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#tape_recovery_point_infos ⇒ ::Array[Types::TapeRecoveryPointInfo]
Returns the value of attribute tape_recovery_point_infos.
Instance Attribute Details
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
748 749 750 |
# File 'sig/types.rbs', line 748 def gateway_arn @gateway_arn end |
#marker ⇒ ::String
Returns the value of attribute marker.
750 751 752 |
# File 'sig/types.rbs', line 750 def marker @marker end |
#tape_recovery_point_infos ⇒ ::Array[Types::TapeRecoveryPointInfo]
Returns the value of attribute tape_recovery_point_infos.
749 750 751 |
# File 'sig/types.rbs', line 749 def tape_recovery_point_infos @tape_recovery_point_infos end |