Method: Aws::APIGateway::Types::IntegrationResponse#status_code
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#status_code ⇒ String
Specifies the status code that is used to map the integration response to an existing MethodResponse.
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 |