Class: Aws::MediaConnect::Types::RistRouterOutputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::RistRouterOutputConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The configuration settings for a router output using the RIST (Reliable Internet Stream Transport) protocol, including the destination address and port.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_address ⇒ String
The destination IP address for the RIST protocol in the router output configuration.
-
#destination_port ⇒ Integer
The destination port number for the RIST protocol in the router output configuration.
Instance Attribute Details
#destination_address ⇒ String
The destination IP address for the RIST protocol in the router output configuration.
5758 5759 5760 5761 5762 5763 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5758 class RistRouterOutputConfiguration < Struct.new( :destination_address, :destination_port) SENSITIVE = [] include Aws::Structure end |
#destination_port ⇒ Integer
The destination port number for the RIST protocol in the router output configuration.
5758 5759 5760 5761 5762 5763 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5758 class RistRouterOutputConfiguration < Struct.new( :destination_address, :destination_port) SENSITIVE = [] include Aws::Structure end |