Class: Aws::Types::RemoveFlowOutputResponse
- Inherits:
-
Object
- Object
- Aws::Types::RemoveFlowOutputResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#output_arn ⇒ ::String
Returns the value of attribute output_arn.
Instance Attribute Details
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
1585 1586 1587 |
# File 'sig/types.rbs', line 1585 def flow_arn @flow_arn end |
#output_arn ⇒ ::String
Returns the value of attribute output_arn.
1586 1587 1588 |
# File 'sig/types.rbs', line 1586 def output_arn @output_arn end |