Class: Aws::Types::CreateRestoreTestingPlanOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateRestoreTestingPlanOutput
- 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.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
456 457 458 |
# File 'sig/types.rbs', line 456 def creation_time @creation_time end |
#restore_testing_plan_arn ⇒ ::String
Returns the value of attribute restore_testing_plan_arn.
457 458 459 |
# File 'sig/types.rbs', line 457 def restore_testing_plan_arn @restore_testing_plan_arn end |
#restore_testing_plan_name ⇒ ::String
Returns the value of attribute restore_testing_plan_name.
458 459 460 |
# File 'sig/types.rbs', line 458 def restore_testing_plan_name @restore_testing_plan_name end |