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

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)


2260
2261
2262
2263
2264
2265
2266
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2260

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)


2260
2261
2262
2263
2264
2265
2266
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2260

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)


2260
2261
2262
2263
2264
2265
2266
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2260

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