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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb

Overview

Represents the input parameters for an CreateRouteResponse request.

Constant Summary collapse

SENSITIVE =
[]

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)


2348
2349
2350
2351
2352
2353
2354
2355
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2348

class CreateRouteResponseInput < Struct.new(
  :model_selection_expression,
  :response_models,
  :response_parameters,
  :route_response_key)
  SENSITIVE = []
  include Aws::Structure
end

#response_modelsHash<String,String>

The response models for the route response.

Returns:

  • (Hash<String,String>)


2348
2349
2350
2351
2352
2353
2354
2355
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2348

class CreateRouteResponseInput < Struct.new(
  :model_selection_expression,
  :response_models,
  :response_parameters,
  :route_response_key)
  SENSITIVE = []
  include Aws::Structure
end

#response_parametersHash<String,Types::ParameterConstraints>

The route response parameters.

Returns:



2348
2349
2350
2351
2352
2353
2354
2355
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2348

class CreateRouteResponseInput < Struct.new(
  :model_selection_expression,
  :response_models,
  :response_parameters,
  :route_response_key)
  SENSITIVE = []
  include Aws::Structure
end

#route_response_keyString

The route response key.

Returns:

  • (String)


2348
2349
2350
2351
2352
2353
2354
2355
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2348

class CreateRouteResponseInput < Struct.new(
  :model_selection_expression,
  :response_models,
  :response_parameters,
  :route_response_key)
  SENSITIVE = []
  include Aws::Structure
end