Class: Aws::Types::CreateRestoreTestingSelectionOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateRestoreTestingSelectionOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#restore_testing_plan_arn ⇒ ::String
Returns the value of attribute restore_testing_plan_arn.
-
#restore_testing_plan_name ⇒ ::String
Returns the value of attribute restore_testing_plan_name.
-
#restore_testing_selection_name ⇒ ::String
Returns the value of attribute restore_testing_selection_name.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
470 471 472 |
# File 'sig/types.rbs', line 470 def creation_time @creation_time end |
#restore_testing_plan_arn ⇒ ::String
Returns the value of attribute restore_testing_plan_arn.
471 472 473 |
# File 'sig/types.rbs', line 471 def restore_testing_plan_arn @restore_testing_plan_arn end |
#restore_testing_plan_name ⇒ ::String
Returns the value of attribute restore_testing_plan_name.
472 473 474 |
# File 'sig/types.rbs', line 472 def restore_testing_plan_name @restore_testing_plan_name end |
#restore_testing_selection_name ⇒ ::String
Returns the value of attribute restore_testing_selection_name.
473 474 475 |
# File 'sig/types.rbs', line 473 def restore_testing_selection_name @restore_testing_selection_name end |