Class: Aws::Types::UpdateBridgeRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBridgeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
-
#egress_gateway_bridge ⇒ Types::UpdateEgressGatewayBridgeRequest
Returns the value of attribute egress_gateway_bridge.
-
#ingress_gateway_bridge ⇒ Types::UpdateIngressGatewayBridgeRequest
Returns the value of attribute ingress_gateway_bridge.
-
#source_failover_config ⇒ Types::UpdateFailoverConfig
Returns the value of attribute source_failover_config.
Instance Attribute Details
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
2419 2420 2421 |
# File 'sig/types.rbs', line 2419 def bridge_arn @bridge_arn end |
#egress_gateway_bridge ⇒ Types::UpdateEgressGatewayBridgeRequest
Returns the value of attribute egress_gateway_bridge.
2420 2421 2422 |
# File 'sig/types.rbs', line 2420 def egress_gateway_bridge @egress_gateway_bridge end |
#ingress_gateway_bridge ⇒ Types::UpdateIngressGatewayBridgeRequest
Returns the value of attribute ingress_gateway_bridge.
2421 2422 2423 |
# File 'sig/types.rbs', line 2421 def ingress_gateway_bridge @ingress_gateway_bridge end |
#source_failover_config ⇒ Types::UpdateFailoverConfig
Returns the value of attribute source_failover_config.
2422 2423 2424 |
# File 'sig/types.rbs', line 2422 def source_failover_config @source_failover_config end |