Class: Aws::Types::AddBridgeSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddBridgeSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_source ⇒ Types::AddBridgeFlowSourceRequest
Returns the value of attribute flow_source.
-
#network_source ⇒ Types::AddBridgeNetworkSourceRequest
Returns the value of attribute network_source.
Instance Attribute Details
#flow_source ⇒ Types::AddBridgeFlowSourceRequest
Returns the value of attribute flow_source.
56 57 58 |
# File 'sig/types.rbs', line 56 def flow_source @flow_source end |
#network_source ⇒ Types::AddBridgeNetworkSourceRequest
Returns the value of attribute network_source.
57 58 59 |
# File 'sig/types.rbs', line 57 def network_source @network_source end |