Class: Aws::APIGateway::Types::Template

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigateway/types.rb

Overview

Represents a mapping template used to transform a payload.

<div class=“seeAlso”>

Mapping Templates][1

</div>

[1]: docs.aws.amazon.com/apigateway/latest/developerguide/models-mappings.html#models-mappings-mappings

Instance Attribute Summary collapse

Instance Attribute Details

#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)


6585
6586
6587
6588
# File 'lib/aws-sdk-apigateway/types.rb', line 6585

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