Module: Aws::ApiGatewayV2::Client::_UpdateRouteResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateRouteResult]
- 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
1755 |
# File 'sig/client.rbs', line 1755
def api_gateway_managed: () -> bool
|
#api_key_required ⇒ Boolean
1756 |
# File 'sig/client.rbs', line 1756
def api_key_required: () -> bool
|
#authorization_scopes ⇒ ::Array[::String]
1757 |
# File 'sig/client.rbs', line 1757
def authorization_scopes: () -> ::Array[::String]
|
#authorization_type ⇒ "NONE", ...
1758 |
# File 'sig/client.rbs', line 1758
def authorization_type: () -> ("NONE" | "AWS_IAM" | "CUSTOM" | "JWT")
|
#authorizer_id ⇒ ::String
1759 |
# File 'sig/client.rbs', line 1759
def authorizer_id: () -> ::String
|
#model_selection_expression ⇒ ::String
1760 |
# File 'sig/client.rbs', line 1760
def model_selection_expression: () -> ::String
|
#operation_name ⇒ ::String
1761 |
# File 'sig/client.rbs', line 1761
def operation_name: () -> ::String
|
#request_models ⇒ ::Hash[::String, ::String]
1762 |
# File 'sig/client.rbs', line 1762
def request_models: () -> ::Hash[::String, ::String]
|
#request_parameters ⇒ ::Hash[::String, Types::ParameterConstraints]
1763 |
# File 'sig/client.rbs', line 1763
def request_parameters: () -> ::Hash[::String, Types::ParameterConstraints]
|
#route_id ⇒ ::String
1764 |
# File 'sig/client.rbs', line 1764
def route_id: () -> ::String
|
#route_key ⇒ ::String
1765 |
# File 'sig/client.rbs', line 1765
def route_key: () -> ::String
|
#route_response_selection_expression ⇒ ::String
1766 |
# File 'sig/client.rbs', line 1766
def route_response_selection_expression: () -> ::String
|
#target ⇒ ::String
1767 |
# File 'sig/client.rbs', line 1767
def target: () -> ::String
|