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
1028 |
# File 'sig/client.rbs', line 1028
def event_stream: () -> Types::InvokeWithResponseStreamResponseEvent
|
#executed_version ⇒ ::String
1027 |
# File 'sig/client.rbs', line 1027
def executed_version: () -> ::String
|
#response_stream_content_type ⇒ ::String
1029 |
# File 'sig/client.rbs', line 1029
def response_stream_content_type: () -> ::String
|
#status_code ⇒ ::Integer
1026 |
# File 'sig/client.rbs', line 1026
def status_code: () -> ::Integer
|