Class: Aws::Backup::Types::GetBackupPlanFromTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::GetBackupPlanFromTemplateInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_plan_template_id ⇒ String
Uniquely identifies a stored backup plan template.
Instance Attribute Details
#backup_plan_template_id ⇒ String
Uniquely identifies a stored backup plan template.
3627 3628 3629 3630 3631 |
# File 'lib/aws-sdk-backup/types.rb', line 3627 class GetBackupPlanFromTemplateInput < Struct.new( :backup_plan_template_id) SENSITIVE = [] include Aws::Structure end |