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)


4444
4445
4446
4447
4448
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4444

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