Class: Aws::Backup::Types::ExportBackupPlanTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ExportBackupPlanTemplateInput
- 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.
3530 3531 3532 3533 3534 |
# File 'lib/aws-sdk-backup/types.rb', line 3530 class ExportBackupPlanTemplateInput < Struct.new( :backup_plan_id) SENSITIVE = [] include Aws::Structure end |