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.
3488 3489 3490 3491 3492 |
# File 'lib/aws-sdk-backup/types.rb', line 3488 class ExportBackupPlanTemplateInput < Struct.new( :backup_plan_id) SENSITIVE = [] include Aws::Structure end |