Module: Aws::APIGateway::Client::_TestInvokeMethodResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::TestInvokeMethodResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #body ⇒ ::String
- #headers ⇒ ::Hash[::String, ::String]
- #latency ⇒ ::Integer
- #log ⇒ ::String
- #multi_value_headers ⇒ ::Hash[::String, ::Array[::String]]
- #status ⇒ ::Integer
Instance Method Details
#body ⇒ ::String
1673 |
# File 'sig/client.rbs', line 1673
def body: () -> ::String
|
#headers ⇒ ::Hash[::String, ::String]
1674 |
# File 'sig/client.rbs', line 1674
def headers: () -> ::Hash[::String, ::String]
|
#latency ⇒ ::Integer
1677 |
# File 'sig/client.rbs', line 1677
def latency: () -> ::Integer
|
#log ⇒ ::String
1676 |
# File 'sig/client.rbs', line 1676
def log: () -> ::String
|
#multi_value_headers ⇒ ::Hash[::String, ::Array[::String]]
1675 |
# File 'sig/client.rbs', line 1675
def multi_value_headers: () -> ::Hash[::String, ::Array[::String]]
|
#status ⇒ ::Integer
1672 |
# File 'sig/client.rbs', line 1672
def status: () -> ::Integer
|