Class: Aws::SecurityHub::Types::AwsBackupBackupPlanDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsBackupBackupPlanDetails
- Defined in:
- gems/aws-sdk-securityhub/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
-
#backup_plan ⇒ Types::AwsBackupBackupPlanBackupPlanDetails
Uniquely identifies the backup plan to be associated with the selection of resources.
-
#backup_plan_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies the backup plan.
-
#backup_plan_id ⇒ String
A unique ID for the backup plan.
-
#version_id ⇒ String
Unique, randomly generated, Unicode, UTF-8 encoded strings.
Instance Attribute Details
#backup_plan ⇒ Types::AwsBackupBackupPlanBackupPlanDetails
Uniquely identifies the backup plan to be associated with the selection of resources.
3253 3254 3255 3256 3257 3258 3259 3260 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3253 class AwsBackupBackupPlanDetails < Struct.new( :backup_plan, :backup_plan_arn, :backup_plan_id, :version_id) SENSITIVE = [] include Aws::Structure end |
#backup_plan_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies the backup plan.
3253 3254 3255 3256 3257 3258 3259 3260 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3253 class AwsBackupBackupPlanDetails < Struct.new( :backup_plan, :backup_plan_arn, :backup_plan_id, :version_id) SENSITIVE = [] include Aws::Structure end |
#backup_plan_id ⇒ String
A unique ID for the backup plan.
3253 3254 3255 3256 3257 3258 3259 3260 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3253 class AwsBackupBackupPlanDetails < Struct.new( :backup_plan, :backup_plan_arn, :backup_plan_id, :version_id) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ String
Unique, randomly generated, Unicode, UTF-8 encoded strings. Version IDs cannot be edited.
3253 3254 3255 3256 3257 3258 3259 3260 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3253 class AwsBackupBackupPlanDetails < Struct.new( :backup_plan, :backup_plan_arn, :backup_plan_id, :version_id) SENSITIVE = [] include Aws::Structure end |