Class: Aws::Types::AddFlowOutputsResponse
- Inherits:
-
Object
- Object
- Aws::Types::AddFlowOutputsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#outputs ⇒ ::Array[Types::Output]
Returns the value of attribute outputs.
Instance Attribute Details
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
102 103 104 |
# File 'sig/types.rbs', line 102 def flow_arn @flow_arn end |
#outputs ⇒ ::Array[Types::Output]
Returns the value of attribute outputs.
103 104 105 |
# File 'sig/types.rbs', line 103 def outputs @outputs end |