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

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_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 'lib/aws-sdk-backup/types.rb', line 3627

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