Class: Aws::Backup::Types::GetBackupPlanFromJSONOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::GetBackupPlanFromJSONOutput
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_plan ⇒ Types::BackupPlan
Specifies the body of a backup plan.
Instance Attribute Details
#backup_plan ⇒ Types::BackupPlan
Specifies the body of a backup plan. Includes a BackupPlanName
and
one or more sets of Rules
.
3615 3616 3617 3618 3619 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3615 class GetBackupPlanFromJSONOutput < Struct.new( :backup_plan) SENSITIVE = [] include Aws::Structure end |