Class: Aws::Backup::Types::UpdateBackupPlanInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Backup::Types::UpdateBackupPlanInput
 
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #backup_plan  ⇒ Types::BackupPlanInput 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The body of a backup plan. 
- 
  
    
      #backup_plan_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the backup plan. 
Instance Attribute Details
#backup_plan ⇒ Types::BackupPlanInput
The body of a backup plan. Includes a BackupPlanName and one or
more sets of Rules.
| 9492 9493 9494 9495 9496 9497 | # File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9492 class UpdateBackupPlanInput < Struct.new( :backup_plan_id, :backup_plan) SENSITIVE = [] include Aws::Structure end | 
#backup_plan_id ⇒ String
The ID of the backup plan.
| 9492 9493 9494 9495 9496 9497 | # File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9492 class UpdateBackupPlanInput < Struct.new( :backup_plan_id, :backup_plan) SENSITIVE = [] include Aws::Structure end |