Module: Aws::StorageGateway::Client::_DescribeTapeRecoveryPointsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeTapeRecoveryPointsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #gateway_arn ⇒ ::String
- #marker ⇒ ::String
- #tape_recovery_point_infos ⇒ ::Array[Types::TapeRecoveryPointInfo]
Instance Method Details
#gateway_arn ⇒ ::String
808 |
# File 'sig/client.rbs', line 808
def gateway_arn: () -> ::String
|
#marker ⇒ ::String
810 |
# File 'sig/client.rbs', line 810
def marker: () -> ::String
|
#tape_recovery_point_infos ⇒ ::Array[Types::TapeRecoveryPointInfo]
809 |
# File 'sig/client.rbs', line 809
def tape_recovery_point_infos: () -> ::Array[Types::TapeRecoveryPointInfo]
|