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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigatewayv2/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)


5684
5685
5686
5687
5688
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5684

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