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
show all
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

Instance Attribute Details

#advanced_backup_settingsArray<Types::AdvancedBackupSetting>

Contains a list of BackupOptions for each resource type.

Returns:

#backup_plan_nameString

The display name of a backup plan.

Returns:

  • (String)

    The display name of a backup plan.

#rulesArray<Types::BackupRule>

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

Returns:

  • (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.