Class: Aws::ApiGatewayV2::Types::GetRouteResponseResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_selection_expressionString

Returns:

  • (String)


4244
4245
4246
4247
4248
4249
4250
4251
4252
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4244

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

#response_modelsHash<String,String>

The route models.

Returns:

  • (Hash<String,String>)


4244
4245
4246
4247
4248
4249
4250
4251
4252
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4244

class GetRouteResponseResponse < 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>

The route parameters.

Returns:



4244
4245
4246
4247
4248
4249
4250
4251
4252
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4244

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

#route_response_idString

The identifier.

Returns:

  • (String)


4244
4245
4246
4247
4248
4249
4250
4251
4252
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4244

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

#route_response_keyString

After evaluating a selection expression, the result is compared against one or more selection keys to find a matching key. See

Selection Expressions][1

for a list of expressions and each

expression’s associated selection key type.

[1]: docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions

Returns:

  • (String)


4244
4245
4246
4247
4248
4249
4250
4251
4252
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4244

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