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
1001 |
# File 'sig/client.rbs', line 1001
def event_stream: () -> Types::InvokeWithResponseStreamResponseEvent
|
#executed_version ⇒ ::String
1000 |
# File 'sig/client.rbs', line 1000
def executed_version: () -> ::String
|
#response_stream_content_type ⇒ ::String
1002 |
# File 'sig/client.rbs', line 1002
def response_stream_content_type: () -> ::String
|
#status_code ⇒ ::Integer
999 |
# File 'sig/client.rbs', line 999
def status_code: () -> ::Integer
|