Class: Aws::Types::StartFlowResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartFlowResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#flow_status ⇒ "Active", ...
Returns the value of attribute flow_status.
Instance Attribute Details
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def execution_id @execution_id end |
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def flow_arn @flow_arn end |
#flow_status ⇒ "Active", ...
Returns the value of attribute flow_status.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def flow_status @flow_status end |