Method: Aws::APIGateway::Types::PutGatewayResponseRequest#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>)
[View source]

5169
5170
5171
5172
5173
5174
5175
5176
# File 'lib/aws-sdk-apigateway/types.rb', line 5169

class PutGatewayResponseRequest < Struct.new(
  :rest_api_id,
  :response_type,
  :status_code,
  :response_parameters,
  :response_templates)
  include Aws::Structure
end