Class: Aws::Backup::Types::DeleteBackupSelectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::DeleteBackupSelectionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_plan_id ⇒ String
Uniquely identifies a backup plan.
-
#selection_id ⇒ String
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
Instance Attribute Details
#backup_plan_id ⇒ String
Uniquely identifies a backup plan.
2255 2256 2257 2258 2259 2260 |
# File 'lib/aws-sdk-backup/types.rb', line 2255 class DeleteBackupSelectionInput < Struct.new( :backup_plan_id, :selection_id) SENSITIVE = [] include Aws::Structure end |
#selection_id ⇒ String
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
2255 2256 2257 2258 2259 2260 |
# File 'lib/aws-sdk-backup/types.rb', line 2255 class DeleteBackupSelectionInput < Struct.new( :backup_plan_id, :selection_id) SENSITIVE = [] include Aws::Structure end |