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

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

Overview

Represents a mapping template used to transform a payload.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#valueString

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

Returns:

  • (String)


4902
4903
4904
4905
4906
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4902

class Template < Struct.new(
  :value)
  SENSITIVE = []
  include Aws::Structure
end