Class: Aws::Backup::Types::ExportBackupPlanTemplateOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backup_plan_template_jsonString

The body of a backup plan template in JSON format.

This is a signed JSON document that cannot be modified before being passed to GetBackupPlanFromJSON.

Returns:

  • (String)


3517
3518
3519
3520
3521
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3517

class ExportBackupPlanTemplateOutput < Struct.new(
  :backup_plan_template_json)
  SENSITIVE = []
  include Aws::Structure
end