Module: Aws::Backup::Client::_UpdateRestoreTestingSelectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateRestoreTestingSelectionOutput]
- 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
- #update_time ⇒ ::Time
Instance Method Details
#creation_time ⇒ ::Time
1752 |
# File 'sig/client.rbs', line 1752
def creation_time: () -> ::Time
|
#restore_testing_plan_arn ⇒ ::String
1753 |
# File 'sig/client.rbs', line 1753
def restore_testing_plan_arn: () -> ::String
|
#restore_testing_plan_name ⇒ ::String
1754 |
# File 'sig/client.rbs', line 1754
def restore_testing_plan_name: () -> ::String
|
#restore_testing_selection_name ⇒ ::String
1755 |
# File 'sig/client.rbs', line 1755
def restore_testing_selection_name: () -> ::String
|
#update_time ⇒ ::Time
1756 |
# File 'sig/client.rbs', line 1756
def update_time: () -> ::Time
|