Class: Aws::Backup::Types::ExportBackupPlanTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ExportBackupPlanTemplateOutput
- Includes:
- Structure
- Defined in:
- 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.
<note markdown=“1”> This is a signed JSON document that cannot be modified before being passed to ‘GetBackupPlanFromJSON.`
</note>
3505 3506 3507 3508 3509 |
# File 'lib/aws-sdk-backup/types.rb', line 3505 class ExportBackupPlanTemplateOutput < Struct.new( :backup_plan_template_json) SENSITIVE = [] include Aws::Structure end |