Class: Aws::Types::UpdateRestoreTestingSelectionOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRestoreTestingSelectionOutput
- 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.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2389 2390 2391 |
# File 'sig/types.rbs', line 2389 def creation_time @creation_time end |
#restore_testing_plan_arn ⇒ ::String
Returns the value of attribute restore_testing_plan_arn.
2390 2391 2392 |
# File 'sig/types.rbs', line 2390 def restore_testing_plan_arn @restore_testing_plan_arn end |
#restore_testing_plan_name ⇒ ::String
Returns the value of attribute restore_testing_plan_name.
2391 2392 2393 |
# File 'sig/types.rbs', line 2391 def restore_testing_plan_name @restore_testing_plan_name end |
#restore_testing_selection_name ⇒ ::String
Returns the value of attribute restore_testing_selection_name.
2392 2393 2394 |
# File 'sig/types.rbs', line 2392 def restore_testing_selection_name @restore_testing_selection_name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
2393 2394 2395 |
# File 'sig/types.rbs', line 2393 def update_time @update_time end |