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

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

A customer-supplied backup plan document in JSON format.

Returns:

  • (String)


3602
3603
3604
3605
3606
# File 'lib/aws-sdk-backup/types.rb', line 3602

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