Method: Aws::APIGateway::Types::PutGatewayResponseRequest#status_code

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

#status_codeString

The HTTP status code of the GatewayResponse.

Returns:

  • (String)

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