Class: Aws::Backup::Types::GetBackupPlanFromTemplateInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backup_plan_template_idString

Uniquely identifies a stored backup plan template.

Returns:

  • (String)


3639
3640
3641
3642
3643
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3639

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