GetRouteResult constructor
GetRouteResult({
- bool? apiGatewayManaged,
- bool? apiKeyRequired,
- List<
String> ? authorizationScopes, - AuthorizationType? authorizationType,
- String? authorizerId,
- String? modelSelectionExpression,
- String? operationName,
- Map<
String, String> ? requestModels, - Map<
String, ParameterConstraints> ? requestParameters, - String? routeId,
- String? routeKey,
- String? routeResponseSelectionExpression,
- String? target,
Implementation
GetRouteResult({
this.apiGatewayManaged,
this.apiKeyRequired,
this.authorizationScopes,
this.authorizationType,
this.authorizerId,
this.modelSelectionExpression,
this.operationName,
this.requestModels,
this.requestParameters,
this.routeId,
this.routeKey,
this.routeResponseSelectionExpression,
this.target,
});