Class: Aws::SecurityHub::Types::AwsBackupBackupPlanBackupPlanDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsBackupBackupPlanBackupPlanDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides details about an Backup backup plan and an array of ‘BackupRule` objects, each of which specifies a backup rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#advanced_backup_settings ⇒ Array<Types::AwsBackupBackupPlanAdvancedBackupSettingsDetails>
A list of backup options for each resource type.
-
#backup_plan_name ⇒ String
The display name of a backup plan.
-
#backup_plan_rule ⇒ Array<Types::AwsBackupBackupPlanRuleDetails>
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::AwsBackupBackupPlanAdvancedBackupSettingsDetails>
A list of backup options for each resource type.
3221 3222 3223 3224 3225 3226 3227 |
# File 'lib/aws-sdk-securityhub/types.rb', line 3221 class AwsBackupBackupPlanBackupPlanDetails < Struct.new( :backup_plan_name, :advanced_backup_settings, :backup_plan_rule) SENSITIVE = [] include Aws::Structure end |
#backup_plan_name ⇒ String
The display name of a backup plan.
3221 3222 3223 3224 3225 3226 3227 |
# File 'lib/aws-sdk-securityhub/types.rb', line 3221 class AwsBackupBackupPlanBackupPlanDetails < Struct.new( :backup_plan_name, :advanced_backup_settings, :backup_plan_rule) SENSITIVE = [] include Aws::Structure end |
#backup_plan_rule ⇒ Array<Types::AwsBackupBackupPlanRuleDetails>
An array of ‘BackupRule` objects, each of which specifies a scheduled task that is used to back up a selection of resources.
3221 3222 3223 3224 3225 3226 3227 |
# File 'lib/aws-sdk-securityhub/types.rb', line 3221 class AwsBackupBackupPlanBackupPlanDetails < Struct.new( :backup_plan_name, :advanced_backup_settings, :backup_plan_rule) SENSITIVE = [] include Aws::Structure end |