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

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

Overview

Represents a route response.

Constant Summary collapse

SENSITIVE =
[]

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)


5462
5463
5464
5465
5466
5467
5468
5469
5470
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5462

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

#response_modelsHash<String,String>

Represents the response models of a route response.

Returns:

  • (Hash<String,String>)


5462
5463
5464
5465
5466
5467
5468
5469
5470
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5462

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

#response_parametersHash<String,Types::ParameterConstraints>

Represents the response parameters of a route response.

Returns:



5462
5463
5464
5465
5466
5467
5468
5469
5470
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5462

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

#route_response_idString

Represents the identifier of a route response.

Returns:

  • (String)


5462
5463
5464
5465
5466
5467
5468
5469
5470
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5462

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

#route_response_keyString

Represents the route response key of a route response.

Returns:

  • (String)


5462
5463
5464
5465
5466
5467
5468
5469
5470
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5462

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