Module: Aws::Backup::Client::_CreateRestoreTestingSelectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateRestoreTestingSelectionOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #restore_testing_plan_arn ⇒ ::String
- #restore_testing_plan_name ⇒ ::String
- #restore_testing_selection_name ⇒ ::String
Instance Method Details
#creation_time ⇒ ::Time
311 |
# File 'sig/client.rbs', line 311
def creation_time: () -> ::Time
|
#restore_testing_plan_arn ⇒ ::String
312 |
# File 'sig/client.rbs', line 312
def restore_testing_plan_arn: () -> ::String
|
#restore_testing_plan_name ⇒ ::String
313 |
# File 'sig/client.rbs', line 313
def restore_testing_plan_name: () -> ::String
|
#restore_testing_selection_name ⇒ ::String
314 |
# File 'sig/client.rbs', line 314
def restore_testing_selection_name: () -> ::String
|