Class: Aws::Backup::Types::CreateRestoreTestingPlanInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::CreateRestoreTestingPlanInput
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#creator_request_id ⇒ String
This is a unique string that identifies the request and allows failed requests to be retriedwithout the risk of running the operation twice.
-
#restore_testing_plan ⇒ Types::RestoreTestingPlanForCreate
A restore testing plan must contain a unique
RestoreTestingPlanNamestring you create and must contain aScheduleExpressioncron. -
#tags ⇒ Hash<String,String>
The tags to assign to the restore testing plan.
Instance Attribute Details
#creator_request_id ⇒ String
This is a unique string that identifies the request and allows failed requests to be retriedwithout the risk of running the operation twice. This parameter is optional. If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
2440 2441 2442 2443 2444 2445 2446 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2440 class CreateRestoreTestingPlanInput < Struct.new( :creator_request_id, :restore_testing_plan, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#restore_testing_plan ⇒ Types::RestoreTestingPlanForCreate
A restore testing plan must contain a unique
RestoreTestingPlanName string you create and must contain a
ScheduleExpression cron. You may optionally include a
StartWindowHours integer and a CreatorRequestId string.
The RestoreTestingPlanName is a unique string that is the name of
the restore testing plan. This cannot be changed after creation, and
it must consist of only alphanumeric characters and underscores.
2440 2441 2442 2443 2444 2445 2446 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2440 class CreateRestoreTestingPlanInput < Struct.new( :creator_request_id, :restore_testing_plan, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to assign to the restore testing plan.
2440 2441 2442 2443 2444 2445 2446 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2440 class CreateRestoreTestingPlanInput < Struct.new( :creator_request_id, :restore_testing_plan, :tags) SENSITIVE = [:tags] include Aws::Structure end |