Module: Aws::ApiGatewayV2::Client::_CreateRouteResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateRouteResult]
- 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
390 |
# File 'sig/client.rbs', line 390
def api_gateway_managed: () -> bool
|
#api_key_required ⇒ Boolean
391 |
# File 'sig/client.rbs', line 391
def api_key_required: () -> bool
|
#authorization_scopes ⇒ ::Array[::String]
392 |
# File 'sig/client.rbs', line 392
def authorization_scopes: () -> ::Array[::String]
|
#authorization_type ⇒ "NONE", ...
393 |
# File 'sig/client.rbs', line 393
def authorization_type: () -> ("NONE" | "AWS_IAM" | "CUSTOM" | "JWT")
|
#authorizer_id ⇒ ::String
394 |
# File 'sig/client.rbs', line 394
def authorizer_id: () -> ::String
|
#model_selection_expression ⇒ ::String
395 |
# File 'sig/client.rbs', line 395
def model_selection_expression: () -> ::String
|
#operation_name ⇒ ::String
396 |
# File 'sig/client.rbs', line 396
def operation_name: () -> ::String
|
#request_models ⇒ ::Hash[::String, ::String]
397 |
# File 'sig/client.rbs', line 397
def request_models: () -> ::Hash[::String, ::String]
|
#request_parameters ⇒ ::Hash[::String, Types::ParameterConstraints]
398 |
# File 'sig/client.rbs', line 398
def request_parameters: () -> ::Hash[::String, Types::ParameterConstraints]
|
#route_id ⇒ ::String
399 |
# File 'sig/client.rbs', line 399
def route_id: () -> ::String
|
#route_key ⇒ ::String
400 |
# File 'sig/client.rbs', line 400
def route_key: () -> ::String
|
#route_response_selection_expression ⇒ ::String
401 |
# File 'sig/client.rbs', line 401
def route_response_selection_expression: () -> ::String
|
#target ⇒ ::String
402 |
# File 'sig/client.rbs', line 402
def target: () -> ::String
|