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.
-
#status ⇒ "STANDBY", ...
Returns the value of attribute status.
Instance Attribute Details
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
2252 2253 2254 |
# File 'sig/types.rbs', line 2252 def flow_arn @flow_arn end |
#status ⇒ "STANDBY", ...
Returns the value of attribute status.
2253 2254 2255 |
# File 'sig/types.rbs', line 2253 def status @status end |