Class: Aws::ApiGatewayV2::Types::Template
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::Template
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
Represents a template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#value ⇒ String
The template value.
Instance Attribute Details
#value ⇒ String
The template value.
8212 8213 8214 8215 8216 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 8212 class Template < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |