Class: Aws::Types::UpdateBridgeSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBridgeSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
-
#flow_source ⇒ Types::UpdateBridgeFlowSourceRequest
Returns the value of attribute flow_source.
-
#network_source ⇒ Types::UpdateBridgeNetworkSourceRequest
Returns the value of attribute network_source.
-
#source_name ⇒ ::String
Returns the value of attribute source_name.
Instance Attribute Details
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
2432 2433 2434 |
# File 'sig/types.rbs', line 2432 def bridge_arn @bridge_arn end |
#flow_source ⇒ Types::UpdateBridgeFlowSourceRequest
Returns the value of attribute flow_source.
2433 2434 2435 |
# File 'sig/types.rbs', line 2433 def flow_source @flow_source end |
#network_source ⇒ Types::UpdateBridgeNetworkSourceRequest
Returns the value of attribute network_source.
2434 2435 2436 |
# File 'sig/types.rbs', line 2434 def network_source @network_source end |
#source_name ⇒ ::String
Returns the value of attribute source_name.
2435 2436 2437 |
# File 'sig/types.rbs', line 2435 def source_name @source_name end |