module Aws::Templates::Help::Dsl

Help description DSL

Mixin to construct inheritable help documentation which can be rendered through standard rendering framework allowing different types of output to be produced.

Public Instance Methods

help() click to toggle source
# File lib/aws/templates/help/dsl.rb, line 16
def help
  self.class.help
end