Class: Aws::Backup::Types::GetBackupSelectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::GetBackupSelectionInput
- 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 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.
3129 3130 3131 3132 3133 3134 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3129 class GetBackupSelectionInput < 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.
3129 3130 3131 3132 3133 3134 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3129 class GetBackupSelectionInput < Struct.new( :backup_plan_id, :selection_id) SENSITIVE = [] include Aws::Structure end |