Class: Aws::Backup::Types::UpdateBackupPlanInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backup_planTypes::BackupPlanInput

Specifies the body of a backup plan. Includes a BackupPlanName and one or more sets of Rules.



8385
8386
8387
8388
8389
8390
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 8385

class UpdateBackupPlanInput < Struct.new(
  :backup_plan_id,
  :backup_plan)
  SENSITIVE = []
  include Aws::Structure
end

#backup_plan_idString

Uniquely identifies a backup plan.

Returns:

  • (String)


8385
8386
8387
8388
8389
8390
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 8385

class UpdateBackupPlanInput < Struct.new(
  :backup_plan_id,
  :backup_plan)
  SENSITIVE = []
  include Aws::Structure
end