Method: Aws::Backup::Types::CreateBackupSelectionInput#backup_plan_id
- Defined in:
- lib/aws-sdk-backup/types.rb
#backup_plan_id ⇒ String
The ID of the backup plan.
1918 1919 1920 1921 1922 1923 1924 |
# File 'lib/aws-sdk-backup/types.rb', line 1918 class CreateBackupSelectionInput < Struct.new( :backup_plan_id, :backup_selection, :creator_request_id) SENSITIVE = [] include Aws::Structure end |