Method: Aws::APIGateway::Types::GatewayResponse#default_response

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

#default_responseBoolean

A Boolean flag to indicate whether this GatewayResponse is the default gateway response (‘true`) or not (`false`). A default gateway response is one generated by API Gateway without any customization by an API developer.

Returns:

  • (Boolean)
[View source]

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