Class: Aws::MediaConnect::Types::AddIngressGatewayBridgeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::AddIngressGatewayBridgeRequest
- 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).
413 414 415 416 417 418 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 413 class AddIngressGatewayBridgeRequest < Struct.new( :max_bitrate, :max_outputs) SENSITIVE = [] include Aws::Structure end |
#max_outputs ⇒ Integer
The maximum number of expected outputs.
413 414 415 416 417 418 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 413 class AddIngressGatewayBridgeRequest < Struct.new( :max_bitrate, :max_outputs) SENSITIVE = [] include Aws::Structure end |