Class: Aws::APIGateway::Types::Template
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::Template
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Represents a mapping template used to transform a payload.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#value ⇒ String
The Apache Velocity Template Language (VTL) template content used for the template resource.
Instance Attribute Details
#value ⇒ String
The Apache Velocity Template Language (VTL) template content used for the template resource.
5193 5194 5195 5196 5197 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5193 class Template < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |