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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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

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>)


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

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:



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

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)


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

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