Class: Aws::ApiGatewayV2::Types::GetRouteResponseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::GetRouteResponseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#api_id ⇒ String
4204 4205 4206 4207 4208 4209 4210 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4204 class GetRouteResponseRequest < Struct.new( :api_id, :route_id, :route_response_id) SENSITIVE = [] include Aws::Structure end |
#route_id ⇒ String
4204 4205 4206 4207 4208 4209 4210 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4204 class GetRouteResponseRequest < Struct.new( :api_id, :route_id, :route_response_id) SENSITIVE = [] include Aws::Structure end |
#route_response_id ⇒ String
4204 4205 4206 4207 4208 4209 4210 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4204 class GetRouteResponseRequest < Struct.new( :api_id, :route_id, :route_response_id) SENSITIVE = [] include Aws::Structure end |