Class: Aws::MediaConnect::Types::EgressGatewayBridge

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The ID of the instance running this bridge.

Returns:

  • (String)


1508
1509
1510
1511
1512
1513
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1508

class EgressGatewayBridge < Struct.new(
  :instance_id,
  :max_bitrate)
  SENSITIVE = []
  include Aws::Structure
end

#max_bitrateInteger

The maximum expected bitrate (in bps) of the egress bridge.

Returns:

  • (Integer)


1508
1509
1510
1511
1512
1513
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1508

class EgressGatewayBridge < Struct.new(
  :instance_id,
  :max_bitrate)
  SENSITIVE = []
  include Aws::Structure
end