You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Backup::Types::BackupPlan
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::BackupPlan
- Defined in:
- (unknown)
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 and can back up a different selection of AWS resources.
Returned by:
Instance Attribute Summary collapse
-
#advanced_backup_settings ⇒ Array<Types::AdvancedBackupSetting>
Contains a list of
BackupOptions
for each resource type. -
#backup_plan_name ⇒ String
The display name of a backup plan.
-
#rules ⇒ Array<Types::BackupRule>
An array of
BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
Instance Attribute Details
#advanced_backup_settings ⇒ Array<Types::AdvancedBackupSetting>
Contains a list of BackupOptions
for each resource type.
#backup_plan_name ⇒ String
The display name of a backup plan.
#rules ⇒ Array<Types::BackupRule>
An array of BackupRule
objects, each of which specifies a scheduled
task that is used to back up a selection of resources.