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

Class: Aws::ApiGatewayV2::Types::RouteResponse

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

Overview

Represents a route response.

Instance Attribute Summary collapse

Instance Attribute Details

#model_selection_expressionString

Represents the model selection expression of a route response. Supported only for WebSocket APIs.

Returns:

  • (String)

    Represents the model selection expression of a route response.

#response_modelsHash<String,String>

Represents the response models of a route response.

Returns:

  • (Hash<String,String>)

    Represents the response models of a route response.

#response_parametersHash<String,Types::ParameterConstraints>

Represents the response parameters of a route response.

Returns:

#route_response_idString

Represents the identifier of a route response.

Returns:

  • (String)

    Represents the identifier of a route response.

#route_response_keyString

Represents the route response key of a route response.

Returns:

  • (String)

    Represents the route response key of a route response.