Class: Aws::MediaConnect::Types::EgressGatewayBridge
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::EgressGatewayBridge
- 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 egress bridge.
Instance Attribute Details
#instance_id ⇒ String
The ID of the instance running this bridge.
1508 1509 1510 1511 1512 1513 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1508 class EgressGatewayBridge < Struct.new( :instance_id, :max_bitrate) SENSITIVE = [] include Aws::Structure end |
#max_bitrate ⇒ Integer
The maximum expected bitrate (in bps) of the egress bridge.
1508 1509 1510 1511 1512 1513 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1508 class EgressGatewayBridge < Struct.new( :instance_id, :max_bitrate) SENSITIVE = [] include Aws::Structure end |