Class: Aws::MediaConnect::Types::UpdateBridgeRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconnect/types.rb

Overview

Update an existing bridge.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bridge_arnString

Returns:

  • (String)


4453
4454
4455
4456
4457
4458
4459
4460
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4453

class UpdateBridgeRequest < Struct.new(
  :bridge_arn,
  :egress_gateway_bridge,
  :ingress_gateway_bridge,
  :source_failover_config)
  SENSITIVE = []
  include Aws::Structure
end

#egress_gateway_bridgeTypes::UpdateEgressGatewayBridgeRequest



4453
4454
4455
4456
4457
4458
4459
4460
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4453

class UpdateBridgeRequest < Struct.new(
  :bridge_arn,
  :egress_gateway_bridge,
  :ingress_gateway_bridge,
  :source_failover_config)
  SENSITIVE = []
  include Aws::Structure
end

#ingress_gateway_bridgeTypes::UpdateIngressGatewayBridgeRequest



4453
4454
4455
4456
4457
4458
4459
4460
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4453

class UpdateBridgeRequest < Struct.new(
  :bridge_arn,
  :egress_gateway_bridge,
  :ingress_gateway_bridge,
  :source_failover_config)
  SENSITIVE = []
  include Aws::Structure
end

#source_failover_configTypes::UpdateFailoverConfig

The settings for source failover.



4453
4454
4455
4456
4457
4458
4459
4460
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4453

class UpdateBridgeRequest < Struct.new(
  :bridge_arn,
  :egress_gateway_bridge,
  :ingress_gateway_bridge,
  :source_failover_config)
  SENSITIVE = []
  include Aws::Structure
end