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)


4419
4420
4421
4422
4423
# File 'lib/aws-sdk-backup/types.rb', line 4419

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