Method: Aws::APIGateway::Types::Template#value

Defined in:
lib/aws-sdk-apigateway/types.rb

#valueString

The Apache [Velocity Template Language (VTL)] template content used for the template resource.

[1]: velocity.apache.org/engine/devel/vtl-reference-guide.html

Returns:

  • (String)

6290
6291
6292
6293
# File 'lib/aws-sdk-apigateway/types.rb', line 6290

class Template < Struct.new(
  :value)
  include Aws::Structure
end