Method: Aws::APIGateway::Types::GatewayResponse#response_templates

Defined in:
lib/aws-sdk-apigateway/types.rb

#response_templatesHash<String,String>

Response templates of the GatewayResponse as a string-to-string map of key-value pairs.

Returns:

  • (Hash<String,String>)

2927
2928
2929
2930
2931
2932
2933
2934
2935
# File 'lib/aws-sdk-apigateway/types.rb', line 2927

class GatewayResponse < Struct.new(
  :response_type,
  :status_code,
  :response_parameters,
  :response_templates,
  :default_response)
  SENSITIVE = []
  include Aws::Structure
end