Class: Aws::Types::BridgeOutput
- Inherits:
-
Object
- Object
- Aws::Types::BridgeOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_output ⇒ Types::BridgeFlowOutput
Returns the value of attribute flow_output.
-
#network_output ⇒ Types::BridgeNetworkOutput
Returns the value of attribute network_output.
Instance Attribute Details
#flow_output ⇒ Types::BridgeFlowOutput
Returns the value of attribute flow_output.
310 311 312 |
# File 'sig/types.rbs', line 310 def flow_output @flow_output end |
#network_output ⇒ Types::BridgeNetworkOutput
Returns the value of attribute network_output.
311 312 313 |
# File 'sig/types.rbs', line 311 def network_output @network_output end |