Class: Aws::Types::CreateRestoreTestingPlanInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateRestoreTestingPlanInput
- 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 ⇒ Types::RestoreTestingPlanForCreate
Returns the value of attribute restore_testing_plan.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
449 450 451 |
# File 'sig/types.rbs', line 449 def creator_request_id @creator_request_id end |
#restore_testing_plan ⇒ Types::RestoreTestingPlanForCreate
Returns the value of attribute restore_testing_plan.
450 451 452 |
# File 'sig/types.rbs', line 450 def restore_testing_plan @restore_testing_plan end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
451 452 453 |
# File 'sig/types.rbs', line 451 def @tags end |