Class: Aws::Backup::Types::DeleteBackupPlanInput

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_plan_idString

Uniquely identifies a backup plan.

Returns:

  • (String)


2215
2216
2217
2218
2219
# File 'lib/aws-sdk-backup/types.rb', line 2215

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