Module: Aws::ApiGatewayV2::Client::_GetRouteResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRouteResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #api_gateway_managed ⇒ Boolean
- #api_key_required ⇒ Boolean
- #authorization_scopes ⇒ ::Array[::String]
- #authorization_type ⇒ "NONE", ...
- #authorizer_id ⇒ ::String
- #model_selection_expression ⇒ ::String
- #operation_name ⇒ ::String
- #request_models ⇒ ::Hash[::String, ::String]
- #request_parameters ⇒ ::Hash[::String, Types::ParameterConstraints]
- #route_id ⇒ ::String
- #route_key ⇒ ::String
- #route_response_selection_expression ⇒ ::String
- #target ⇒ ::String
Instance Method Details
#api_gateway_managed ⇒ Boolean
1082 |
# File 'sig/client.rbs', line 1082
def api_gateway_managed: () -> bool
|
#api_key_required ⇒ Boolean
1083 |
# File 'sig/client.rbs', line 1083
def api_key_required: () -> bool
|
#authorization_scopes ⇒ ::Array[::String]
1084 |
# File 'sig/client.rbs', line 1084
def authorization_scopes: () -> ::Array[::String]
|
#authorization_type ⇒ "NONE", ...
1085 |
# File 'sig/client.rbs', line 1085
def authorization_type: () -> ("NONE" | "AWS_IAM" | "CUSTOM" | "JWT")
|
#authorizer_id ⇒ ::String
1086 |
# File 'sig/client.rbs', line 1086
def authorizer_id: () -> ::String
|
#model_selection_expression ⇒ ::String
1087 |
# File 'sig/client.rbs', line 1087
def model_selection_expression: () -> ::String
|
#operation_name ⇒ ::String
1088 |
# File 'sig/client.rbs', line 1088
def operation_name: () -> ::String
|
#request_models ⇒ ::Hash[::String, ::String]
1089 |
# File 'sig/client.rbs', line 1089
def request_models: () -> ::Hash[::String, ::String]
|
#request_parameters ⇒ ::Hash[::String, Types::ParameterConstraints]
1090 |
# File 'sig/client.rbs', line 1090
def request_parameters: () -> ::Hash[::String, Types::ParameterConstraints]
|
#route_id ⇒ ::String
1091 |
# File 'sig/client.rbs', line 1091
def route_id: () -> ::String
|
#route_key ⇒ ::String
1092 |
# File 'sig/client.rbs', line 1092
def route_key: () -> ::String
|
#route_response_selection_expression ⇒ ::String
1093 |
# File 'sig/client.rbs', line 1093
def route_response_selection_expression: () -> ::String
|
#target ⇒ ::String
1094 |
# File 'sig/client.rbs', line 1094
def target: () -> ::String
|