Class: Aws::Types::UpdateFlowOutputResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFlowOutputResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#output ⇒ Types::Output
Returns the value of attribute output.
Instance Attribute Details
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
2544 2545 2546 |
# File 'sig/types.rbs', line 2544 def flow_arn @flow_arn end |
#output ⇒ Types::Output
Returns the value of attribute output.
2545 2546 2547 |
# File 'sig/types.rbs', line 2545 def output @output end |