Class: Aws::Types::DeleteFlowResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFlowResponse
- 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.
474 475 476 |
# File 'sig/types.rbs', line 474 def flow_arn @flow_arn end |
#status ⇒ "STANDBY", ...
Returns the value of attribute status.
475 476 477 |
# File 'sig/types.rbs', line 475 def status @status end |