Class: Aws::MediaConnect::Types::UpdateIngressGatewayBridgeRequest

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

#max_bitrateInteger

The maximum expected bitrate (in bps).

Returns:

  • (Integer)


5212
5213
5214
5215
5216
5217
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5212

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

#max_outputsInteger

The maximum number of expected outputs.

Returns:

  • (Integer)


5212
5213
5214
5215
5216
5217
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5212

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