Module: Aws::Lambda::Client::_InvokeWithResponseStreamResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::InvokeWithResponseStreamResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #event_stream ⇒ Types::InvokeWithResponseStreamResponseEvent
- #executed_version ⇒ ::String
- #response_stream_content_type ⇒ ::String
- #status_code ⇒ ::Integer
Instance Method Details
#event_stream ⇒ Types::InvokeWithResponseStreamResponseEvent
997 |
# File 'sig/client.rbs', line 997
def event_stream: () -> Types::InvokeWithResponseStreamResponseEvent
|
#executed_version ⇒ ::String
996 |
# File 'sig/client.rbs', line 996
def executed_version: () -> ::String
|
#response_stream_content_type ⇒ ::String
998 |
# File 'sig/client.rbs', line 998
def response_stream_content_type: () -> ::String
|
#status_code ⇒ ::Integer
995 |
# File 'sig/client.rbs', line 995
def status_code: () -> ::Integer
|