Module: Aws::APIGateway::Client::_GetMethodResponseResponseSuccess
- 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]
1072 |
# File 'sig/client.rbs', line 1072
def response_models: () -> ::Hash[::String, ::String]
|
#response_parameters ⇒ ::Hash[::String, bool]
1071 |
# File 'sig/client.rbs', line 1071
def response_parameters: () -> ::Hash[::String, bool]
|
#status_code ⇒ ::String
1070 |
# File 'sig/client.rbs', line 1070
def status_code: () -> ::String
|