Class: Aws::SecurityHub::Types::AwsBackupRecoveryPointCreatedByDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsBackupRecoveryPointCreatedByDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Contains information about the backup plan and rule that Backup used to initiate the recovery point backup.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_plan_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies a backup plan.
-
#backup_plan_id ⇒ String
Uniquely identifies a backup plan.
-
#backup_plan_version ⇒ String
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long.
-
#backup_rule_id ⇒ String
Uniquely identifies a rule used to schedule the backup of a selection of resources.
Instance Attribute Details
#backup_plan_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies a backup plan.
3509 3510 3511 3512 3513 3514 3515 3516 |
# File 'lib/aws-sdk-securityhub/types.rb', line 3509 class AwsBackupRecoveryPointCreatedByDetails < Struct.new( :backup_plan_arn, :backup_plan_id, :backup_plan_version, :backup_rule_id) SENSITIVE = [] include Aws::Structure end |
#backup_plan_id ⇒ String
Uniquely identifies a backup plan.
3509 3510 3511 3512 3513 3514 3515 3516 |
# File 'lib/aws-sdk-securityhub/types.rb', line 3509 class AwsBackupRecoveryPointCreatedByDetails < Struct.new( :backup_plan_arn, :backup_plan_id, :backup_plan_version, :backup_rule_id) SENSITIVE = [] include Aws::Structure end |
#backup_plan_version ⇒ String
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
3509 3510 3511 3512 3513 3514 3515 3516 |
# File 'lib/aws-sdk-securityhub/types.rb', line 3509 class AwsBackupRecoveryPointCreatedByDetails < Struct.new( :backup_plan_arn, :backup_plan_id, :backup_plan_version, :backup_rule_id) SENSITIVE = [] include Aws::Structure end |
#backup_rule_id ⇒ String
Uniquely identifies a rule used to schedule the backup of a selection of resources.
3509 3510 3511 3512 3513 3514 3515 3516 |
# File 'lib/aws-sdk-securityhub/types.rb', line 3509 class AwsBackupRecoveryPointCreatedByDetails < Struct.new( :backup_plan_arn, :backup_plan_id, :backup_plan_version, :backup_rule_id) SENSITIVE = [] include Aws::Structure end |