Class: Aws::Types::InvokeFlowResponse
- Inherits:
-
Object
- Object
- Aws::Types::InvokeFlowResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#response_stream ⇒ Types::FlowResponseStream
Returns the value of attribute response_stream.
Instance Attribute Details
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def execution_id @execution_id end |
#response_stream ⇒ Types::FlowResponseStream
Returns the value of attribute response_stream.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def response_stream @response_stream end |