You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ApiGatewayV2::Types::CreateRouteResponseInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents the input parameters for an CreateRouteResponse request.

Instance Attribute Summary collapse

Instance Attribute Details

#model_selection_expressionString

The model selection expression for the route response. Supported only for WebSocket APIs.

Returns:

  • (String)

    The model selection expression for the route response.

#response_modelsHash<String,String>

The response models for the route response.

Returns:

  • (Hash<String,String>)

    The response models for the route response.

#response_parametersHash<String,Types::ParameterConstraints>

The route response parameters.

Returns:

#route_response_keyString

The route response key.

Returns:

  • (String)

    The route response key.