Class: Aws::Backup::Types::BackupPlanInput

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

Overview

Contains an optional backup plan display name and an array of BackupRule objects, each of which specifies a backup rule. Each rule in a backup plan is a separate scheduled task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#advanced_backup_settingsArray<Types::AdvancedBackupSetting>

Specifies a list of BackupOptions for each resource type. These settings are only available for Windows Volume Shadow Copy Service (VSS) backup jobs.

Returns:



573
574
575
576
577
578
579
580
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 573

class BackupPlanInput < Struct.new(
  :backup_plan_name,
  :rules,
  :advanced_backup_settings,
  :scan_settings)
  SENSITIVE = []
  include Aws::Structure
end

#backup_plan_nameString

The display name of a backup plan. Must contain 1 to 50 alphanumeric or '-_.' characters.

Returns:

  • (String)


573
574
575
576
577
578
579
580
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 573

class BackupPlanInput < Struct.new(
  :backup_plan_name,
  :rules,
  :advanced_backup_settings,
  :scan_settings)
  SENSITIVE = []
  include Aws::Structure
end

#rulesArray<Types::BackupRuleInput>

An array of BackupRule objects, each of which specifies a scheduled task that is used to back up a selection of resources.

Returns:



573
574
575
576
577
578
579
580
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 573

class BackupPlanInput < Struct.new(
  :backup_plan_name,
  :rules,
  :advanced_backup_settings,
  :scan_settings)
  SENSITIVE = []
  include Aws::Structure
end

#scan_settingsArray<Types::ScanSetting>

Contains your scanning configuration for the backup rule and includes the malware scanner, and scan mode of either full or incremental.

Returns:



573
574
575
576
577
578
579
580
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 573

class BackupPlanInput < Struct.new(
  :backup_plan_name,
  :rules,
  :advanced_backup_settings,
  :scan_settings)
  SENSITIVE = []
  include Aws::Structure
end