Class: Aws::Backup::Types::DeleteBackupPlanInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::DeleteBackupPlanInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_plan_id ⇒ String
Uniquely identifies a backup plan.
Instance Attribute Details
#backup_plan_id ⇒ String
Uniquely identifies a backup plan.
2230 2231 2232 2233 2234 |
# File 'lib/aws-sdk-backup/types.rb', line 2230 class DeleteBackupPlanInput < Struct.new( :backup_plan_id) SENSITIVE = [] include Aws::Structure end |