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
Note:
When making an API call, you may pass GetBackupSelectionInput data as a hash:
{
backup_plan_id: "string", # required
selection_id: "string", # required
}
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.
3400 3401 3402 3403 3404 3405 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3400 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.
3400 3401 3402 3403 3404 3405 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3400 class GetBackupSelectionInput < Struct.new( :backup_plan_id, :selection_id) SENSITIVE = [] include Aws::Structure end |