Class: Aws::MediaConnect::Types::UpdateEgressGatewayBridgeRequest

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

Overview

Update an existing egress-type bridge.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_bitrateInteger

The maximum expected bitrate (in bps).



4936
4937
4938
4939
4940
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4936

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