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.
4566 4567 4568 4569 4570 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4566 class UpdateEgressGatewayBridgeRequest < Struct.new( :max_bitrate) SENSITIVE = [] include Aws::Structure end |