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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/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)


1470
1471
1472
1473
1474
1475
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1470

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)


1470
1471
1472
1473
1474
1475
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1470

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