Module: Aws::APIGateway::Client::_UpdateMethodResponseResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::MethodResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #response_models ⇒ ::Hash[::String, ::String]
- #response_parameters ⇒ ::Hash[::String, bool]
- #status_code ⇒ ::String
Instance Method Details
#response_models ⇒ ::Hash[::String, ::String]
2043 |
# File 'sig/client.rbs', line 2043
def response_models: () -> ::Hash[::String, ::String]
|
#response_parameters ⇒ ::Hash[::String, bool]
2042 |
# File 'sig/client.rbs', line 2042
def response_parameters: () -> ::Hash[::String, bool]
|
#status_code ⇒ ::String
2041 |
# File 'sig/client.rbs', line 2041
def status_code: () -> ::String
|