Class: Aws::MediaConnect::Types::UpdateIngressGatewayBridgeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateIngressGatewayBridgeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_bitrate ⇒ Integer
The maximum expected bitrate (in bps).
-
#max_outputs ⇒ Integer
The maximum number of expected outputs.
Instance Attribute Details
#max_bitrate ⇒ Integer
The maximum expected bitrate (in bps).
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_outputs ⇒ Integer
The maximum number of expected outputs.
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 |