Class: Aws::Types::InvokeWithResponseStreamResponse
- Inherits:
-
Object
- Object
- Aws::Types::InvokeWithResponseStreamResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_stream ⇒ Types::InvokeWithResponseStreamResponseEvent
Returns the value of attribute event_stream.
-
#executed_version ⇒ ::String
Returns the value of attribute executed_version.
-
#response_stream_content_type ⇒ ::String
Returns the value of attribute response_stream_content_type.
-
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
Instance Attribute Details
#event_stream ⇒ Types::InvokeWithResponseStreamResponseEvent
Returns the value of attribute event_stream.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def event_stream @event_stream end |
#executed_version ⇒ ::String
Returns the value of attribute executed_version.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def executed_version @executed_version end |
#response_stream_content_type ⇒ ::String
Returns the value of attribute response_stream_content_type.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def response_stream_content_type @response_stream_content_type end |
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def status_code @status_code end |