Class: Aws::Types::UpdateBridgeRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bridge_arn::String

Returns the value of attribute bridge_arn.

Returns:

  • (::String)


2419
2420
2421
# File 'sig/types.rbs', line 2419

def bridge_arn
  @bridge_arn
end

#egress_gateway_bridgeTypes::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_bridgeTypes::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_configTypes::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