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.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def execution_id @execution_id end |
#response_stream ⇒ Types::FlowResponseStream
Returns the value of attribute response_stream.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def response_stream @response_stream end |