Class: Aws::Types::BridgeSource
- Inherits:
-
Object
- Object
- Aws::Types::BridgeSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_source ⇒ Types::BridgeFlowSource
Returns the value of attribute flow_source.
-
#network_source ⇒ Types::BridgeNetworkSource
Returns the value of attribute network_source.
Instance Attribute Details
#flow_source ⇒ Types::BridgeFlowSource
Returns the value of attribute flow_source.
316 317 318 |
# File 'sig/types.rbs', line 316 def flow_source @flow_source end |
#network_source ⇒ Types::BridgeNetworkSource
Returns the value of attribute network_source.
317 318 319 |
# File 'sig/types.rbs', line 317 def network_source @network_source end |