Class: Aws::Backup::Types::GetBackupPlanFromJSONOutput

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_planTypes::BackupPlan

Specifies the body of a backup plan. Includes a BackupPlanName and one or more sets of Rules.

Returns:



3627
3628
3629
3630
3631
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3627

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