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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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