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
1007 |
# File 'sig/client.rbs', line 1007
def event_stream: () -> Types::InvokeWithResponseStreamResponseEvent
|
#executed_version ⇒ ::String
1006 |
# File 'sig/client.rbs', line 1006
def executed_version: () -> ::String
|
#response_stream_content_type ⇒ ::String
1008 |
# File 'sig/client.rbs', line 1008
def response_stream_content_type: () -> ::String
|
#status_code ⇒ ::Integer
1005 |
# File 'sig/client.rbs', line 1005
def status_code: () -> ::Integer
|