Class: Aws::ApiGatewayV2::Types::GetRouteResponseRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

Returns:

  • (String)


4206
4207
4208
4209
4210
4211
4212
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4206

class GetRouteResponseRequest < Struct.new(
  :api_id,
  :route_id,
  :route_response_id)
  SENSITIVE = []
  include Aws::Structure
end

#route_idString

Returns:

  • (String)


4206
4207
4208
4209
4210
4211
4212
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4206

class GetRouteResponseRequest < Struct.new(
  :api_id,
  :route_id,
  :route_response_id)
  SENSITIVE = []
  include Aws::Structure
end

#route_response_idString

Returns:

  • (String)


4206
4207
4208
4209
4210
4211
4212
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4206

class GetRouteResponseRequest < Struct.new(
  :api_id,
  :route_id,
  :route_response_id)
  SENSITIVE = []
  include Aws::Structure
end