Method: AwsCftTools::Runbooks::Retract::Templates#templates

Defined in:
lib/aws_cft_tools/runbooks/retract/templates.rb

#templatesAwsCftTools::TemplateSet

list the templates in-scope for this retraction



19
20
21
# File 'lib/aws_cft_tools/runbooks/retract/templates.rb', line 19

def templates
  @templates ||= filtered_templates(client.templates)
end