Class: Aws::Backup::Types::ScanJobCreator
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ScanJobCreator
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Contains identifying information about the creation of a scan job, including the backup plan and rule that initiated the scan.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_plan_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50. -
#backup_plan_id ⇒ String
The ID of the 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 the backup rule that initiated the scan job.
Instance Attribute Details
#backup_plan_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies a backup
plan; for example,
arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.
9880 9881 9882 9883 9884 9885 9886 9887 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9880 class ScanJobCreator < Struct.new( :backup_plan_arn, :backup_plan_id, :backup_plan_version, :backup_rule_id) SENSITIVE = [] include Aws::Structure end |
#backup_plan_id ⇒ String
The ID of the backup plan.
9880 9881 9882 9883 9884 9885 9886 9887 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9880 class ScanJobCreator < 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.
9880 9881 9882 9883 9884 9885 9886 9887 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9880 class ScanJobCreator < 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 the backup rule that initiated the scan job.
9880 9881 9882 9883 9884 9885 9886 9887 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9880 class ScanJobCreator < Struct.new( :backup_plan_arn, :backup_plan_id, :backup_plan_version, :backup_rule_id) SENSITIVE = [] include Aws::Structure end |