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
1673 |
# File 'sig/client.rbs', line 1673
def creation_time: () -> ::Time
|
#restore_testing_plan_arn ⇒ ::String
1674 |
# File 'sig/client.rbs', line 1674
def restore_testing_plan_arn: () -> ::String
|
#restore_testing_plan_name ⇒ ::String
1675 |
# File 'sig/client.rbs', line 1675
def restore_testing_plan_name: () -> ::String
|
#restore_testing_selection_name ⇒ ::String
1676 |
# File 'sig/client.rbs', line 1676
def restore_testing_selection_name: () -> ::String
|
#update_time ⇒ ::Time
1677 |
# File 'sig/client.rbs', line 1677
def update_time: () -> ::Time
|