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)

5662
5663
5664
5665
5666
5667
5668
5669
5670
# File 'lib/aws-sdk-apigateway/types.rb', line 5662

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