Method: Aws::APIGateway::Types::IntegrationResponse#response_templates

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

#response_templatesHash<String,String>

Specifies the templates used to transform the integration response body. Response templates are represented as a key/value map, with a content-type as the key and a template as the value.

Returns:

  • (Hash<String,String>)
[View source]

4563
4564
4565
4566
4567
4568
4569
4570
# File 'lib/aws-sdk-apigateway/types.rb', line 4563

class IntegrationResponse < Struct.new(
  :status_code,
  :selection_pattern,
  :response_parameters,
  :response_templates,
  :content_handling)
  include Aws::Structure
end