Class: Aws::Backup::Types::GetBackupPlanFromJSONInput

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

A customer-supplied backup plan document in JSON format.

Returns:

  • (String)


3614
3615
3616
3617
3618
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3614

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