Class: Aws::Types::CreateRestoreTestingSelectionInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateRestoreTestingSelectionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#restore_testing_plan_name ⇒ ::String
Returns the value of attribute restore_testing_plan_name.
-
#restore_testing_selection ⇒ Types::RestoreTestingSelectionForCreate
Returns the value of attribute restore_testing_selection.
Instance Attribute Details
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
463 464 465 |
# File 'sig/types.rbs', line 463 def creator_request_id @creator_request_id end |
#restore_testing_plan_name ⇒ ::String
Returns the value of attribute restore_testing_plan_name.
464 465 466 |
# File 'sig/types.rbs', line 464 def restore_testing_plan_name @restore_testing_plan_name end |
#restore_testing_selection ⇒ Types::RestoreTestingSelectionForCreate
Returns the value of attribute restore_testing_selection.
465 466 467 |
# File 'sig/types.rbs', line 465 def restore_testing_selection @restore_testing_selection end |