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
Note:
When making an API call, you may pass GetBackupPlanFromJSONInput data as a hash:
{
backup_plan_template_json: "string", # required
}
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.
3235 3236 3237 3238 3239 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3235 class GetBackupPlanFromJSONInput < Struct.new( :backup_plan_template_json) SENSITIVE = [] include Aws::Structure end |