Class: Aws::Types::AddFlowOutputsRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddFlowOutputsRequest
- 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::AddOutputRequest]
Returns the value of attribute outputs.
Instance Attribute Details
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
96 97 98 |
# File 'sig/types.rbs', line 96 def flow_arn @flow_arn end |
#outputs ⇒ ::Array[Types::AddOutputRequest]
Returns the value of attribute outputs.
97 98 99 |
# File 'sig/types.rbs', line 97 def outputs @outputs end |