Class: Aws::Types::StopFlowResponse
- Inherits:
-
Object
- Object
- Aws::Types::StopFlowResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#flow_status ⇒ "Active", ...
Returns the value of attribute flow_status.
Instance Attribute Details
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 def flow_arn @flow_arn end |
#flow_status ⇒ "Active", ...
Returns the value of attribute flow_status.
1286 1287 1288 |
# File 'sig/types.rbs', line 1286 def flow_status @flow_status end |