Class: Aws::Backup::Types::CreateBackupSelectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::CreateBackupSelectionInput
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_plan_id ⇒ String
Uniquely identifies the backup plan to be associated with the selection of resources.
-
#backup_selection ⇒ Types::BackupSelection
Specifies the body of a request to assign a set of resources to a backup plan.
-
#creator_request_id ⇒ String
A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice.
Instance Attribute Details
#backup_plan_id ⇒ String
Uniquely identifies the backup plan to be associated with the selection of resources.
1375 1376 1377 1378 1379 1380 1381 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1375 class CreateBackupSelectionInput < Struct.new( :backup_plan_id, :backup_selection, :creator_request_id) SENSITIVE = [] include Aws::Structure end |
#backup_selection ⇒ Types::BackupSelection
Specifies the body of a request to assign a set of resources to a backup plan.
1375 1376 1377 1378 1379 1380 1381 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1375 class CreateBackupSelectionInput < Struct.new( :backup_plan_id, :backup_selection, :creator_request_id) SENSITIVE = [] include Aws::Structure end |
#creator_request_id ⇒ String
A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. This parameter is optional.
If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
1375 1376 1377 1378 1379 1380 1381 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1375 class CreateBackupSelectionInput < Struct.new( :backup_plan_id, :backup_selection, :creator_request_id) SENSITIVE = [] include Aws::Structure end |