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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

<note markdown=“1”> This is a signed JSON document that cannot be modified before being passed to ‘GetBackupPlanFromJSON.`

</note>

Returns:

  • (String)


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