Class: Aws::Types::UpdateRestoreTestingPlanOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRestoreTestingPlanOutput
- 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.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2374 2375 2376 |
# File 'sig/types.rbs', line 2374 def creation_time @creation_time end |
#restore_testing_plan_arn ⇒ ::String
Returns the value of attribute restore_testing_plan_arn.
2375 2376 2377 |
# File 'sig/types.rbs', line 2375 def restore_testing_plan_arn @restore_testing_plan_arn end |
#restore_testing_plan_name ⇒ ::String
Returns the value of attribute restore_testing_plan_name.
2376 2377 2378 |
# File 'sig/types.rbs', line 2376 def restore_testing_plan_name @restore_testing_plan_name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
2377 2378 2379 |
# File 'sig/types.rbs', line 2377 def update_time @update_time end |