Class: Aws::MediaConnect::Types::UpdateIngressGatewayBridgeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateIngressGatewayBridgeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Update an existing ingress-type bridge.
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).
8981 8982 8983 8984 8985 8986 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 8981 class UpdateIngressGatewayBridgeRequest < Struct.new( :max_bitrate, :max_outputs) SENSITIVE = [] include Aws::Structure end |
#max_outputs ⇒ Integer
The maximum number of expected outputs.
8981 8982 8983 8984 8985 8986 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 8981 class UpdateIngressGatewayBridgeRequest < Struct.new( :max_bitrate, :max_outputs) SENSITIVE = [] include Aws::Structure end |