Class: Aws::ApiGatewayV2::Types::Template

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

Overview

Represents a template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#valueString

The template value.

Returns:

  • (String)


8212
8213
8214
8215
8216
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 8212

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