Class: Aws::MediaConnect::Types::IngressGatewayBridge

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)


2196
2197
2198
2199
2200
2201
2202
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2196

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

#max_bitrateInteger

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

Returns:

  • (Integer)


2196
2197
2198
2199
2200
2201
2202
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2196

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

#max_outputsInteger

The maximum number of outputs on the ingress bridge.

Returns:

  • (Integer)


2196
2197
2198
2199
2200
2201
2202
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2196

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