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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backup_planTypes::BackupPlanInput

The body of a backup plan. Includes a ‘BackupPlanName` and one or more sets of `Rules`.



8447
8448
8449
8450
8451
8452
# File 'lib/aws-sdk-backup/types.rb', line 8447

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

#backup_plan_idString

The ID of the backup plan.

Returns:

  • (String)


8447
8448
8449
8450
8451
8452
# File 'lib/aws-sdk-backup/types.rb', line 8447

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