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.
2205 2206 2207 2208 2209 |
# File 'lib/aws-sdk-backup/types.rb', line 2205 class DeleteBackupPlanInput < Struct.new( :backup_plan_id) SENSITIVE = [] include Aws::Structure end |