Class: Aws::MediaConnect::Types::UpdateEgressGatewayBridgeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateEgressGatewayBridgeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_bitrate ⇒ Integer
Update an existing egress-type bridge.
Instance Attribute Details
#max_bitrate ⇒ Integer
Update an existing egress-type bridge.
4594 4595 4596 4597 4598 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4594 class UpdateEgressGatewayBridgeRequest < Struct.new( :max_bitrate) SENSITIVE = [] include Aws::Structure end |