Module: Aws::APIGateway::Client::_UpdateMethodResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::Method]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #api_key_required ⇒ Boolean
- #authorization_scopes ⇒ ::Array[::String]
- #authorization_type ⇒ ::String
- #authorizer_id ⇒ ::String
- #http_method ⇒ ::String
- #method_integration ⇒ Types::Integration
- #method_responses ⇒ ::Hash[::String, Types::MethodResponse]
- #operation_name ⇒ ::String
- #request_models ⇒ ::Hash[::String, ::String]
- #request_parameters ⇒ ::Hash[::String, bool]
- #request_validator_id ⇒ ::String
Instance Method Details
#api_key_required ⇒ Boolean
2014 |
# File 'sig/client.rbs', line 2014
def api_key_required: () -> bool
|
#authorization_scopes ⇒ ::Array[::String]
2021 |
# File 'sig/client.rbs', line 2021
def authorization_scopes: () -> ::Array[::String]
|
#authorization_type ⇒ ::String
2012 |
# File 'sig/client.rbs', line 2012
def authorization_type: () -> ::String
|
#authorizer_id ⇒ ::String
2013 |
# File 'sig/client.rbs', line 2013
def authorizer_id: () -> ::String
|
#http_method ⇒ ::String
2011 |
# File 'sig/client.rbs', line 2011
def http_method: () -> ::String
|
#method_integration ⇒ Types::Integration
2020 |
# File 'sig/client.rbs', line 2020
def method_integration: () -> Types::Integration
|
#method_responses ⇒ ::Hash[::String, Types::MethodResponse]
2019 |
# File 'sig/client.rbs', line 2019
def method_responses: () -> ::Hash[::String, Types::MethodResponse]
|
#operation_name ⇒ ::String
2016 |
# File 'sig/client.rbs', line 2016
def operation_name: () -> ::String
|
#request_models ⇒ ::Hash[::String, ::String]
2018 |
# File 'sig/client.rbs', line 2018
def request_models: () -> ::Hash[::String, ::String]
|
#request_parameters ⇒ ::Hash[::String, bool]
2017 |
# File 'sig/client.rbs', line 2017
def request_parameters: () -> ::Hash[::String, bool]
|
#request_validator_id ⇒ ::String
2015 |
# File 'sig/client.rbs', line 2015
def request_validator_id: () -> ::String
|