Class: Aws::MediaConnect::Types::UpdateIngressGatewayBridgeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateIngressGatewayBridgeRequest
- Defined in:
- gems/aws-sdk-mediaconnect/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).
5329 5330 5331 5332 5333 5334 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5329 class UpdateIngressGatewayBridgeRequest < Struct.new( :max_bitrate, :max_outputs) SENSITIVE = [] include Aws::Structure end |
#max_outputs ⇒ Integer
The maximum number of expected outputs.
5329 5330 5331 5332 5333 5334 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5329 class UpdateIngressGatewayBridgeRequest < Struct.new( :max_bitrate, :max_outputs) SENSITIVE = [] include Aws::Structure end |