Class: Aws::MediaConnect::Types::IngressGatewayBridge
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::IngressGatewayBridge
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The ID of the instance running this bridge.
-
#max_bitrate ⇒ Integer
The maximum expected bitrate (in bps) of the ingress bridge.
-
#max_outputs ⇒ Integer
The maximum number of outputs on the ingress bridge.
Instance Attribute Details
#instance_id ⇒ String
The ID of the instance running this bridge.
2196 2197 2198 2199 2200 2201 2202 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2196 class IngressGatewayBridge < Struct.new( :instance_id, :max_bitrate, :max_outputs) SENSITIVE = [] include Aws::Structure end |
#max_bitrate ⇒ Integer
The maximum expected bitrate (in bps) of the ingress bridge.
2196 2197 2198 2199 2200 2201 2202 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2196 class IngressGatewayBridge < Struct.new( :instance_id, :max_bitrate, :max_outputs) SENSITIVE = [] include Aws::Structure end |
#max_outputs ⇒ Integer
The maximum number of outputs on the ingress bridge.
2196 2197 2198 2199 2200 2201 2202 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2196 class IngressGatewayBridge < Struct.new( :instance_id, :max_bitrate, :max_outputs) SENSITIVE = [] include Aws::Structure end |