Class: Aws::Backup::Types::GetBackupPlanFromJSONInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::GetBackupPlanFromJSONInput
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_plan_template_json ⇒ String
A customer-supplied backup plan document in JSON format.
Instance Attribute Details
#backup_plan_template_json ⇒ String
A customer-supplied backup plan document in JSON format.
3602 3603 3604 3605 3606 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3602 class GetBackupPlanFromJSONInput < Struct.new( :backup_plan_template_json) SENSITIVE = [] include Aws::Structure end |