Class: Aws::Backup::Types::ExportBackupPlanTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ExportBackupPlanTemplateOutput
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_plan_template_json ⇒ String
The body of a backup plan template in JSON format.
Instance Attribute Details
#backup_plan_template_json ⇒ String
The body of a backup plan template in JSON format.
GetBackupPlanFromJSON.
3505 3506 3507 3508 3509 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3505 class ExportBackupPlanTemplateOutput < Struct.new( :backup_plan_template_json) SENSITIVE = [] include Aws::Structure end |