Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::Backup::Types::CreateRestoreTestingPlanInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#creator_request_idString

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.

Returns:

  • (String)

2083
2084
2085
2086
2087
2088
2089
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2083

class CreateRestoreTestingPlanInput < Struct.new(
  :creator_request_id,
  :restore_testing_plan,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#restore_testing_planTypes::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.


2083
2084
2085
2086
2087
2088
2089
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2083

class CreateRestoreTestingPlanInput < Struct.new(
  :creator_request_id,
  :restore_testing_plan,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tagsHash<String,String>

The tags to assign to the restore testing plan.

Returns:

  • (Hash<String,String>)

2083
2084
2085
2086
2087
2088
2089
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2083

class CreateRestoreTestingPlanInput < Struct.new(
  :creator_request_id,
  :restore_testing_plan,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end