Class: Aws::MediaConnect::Types::RistRouterOutputConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#destination_addressString

The destination IP address for the RIST protocol in the router output configuration.

Returns:

  • (String)


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_portInteger

The destination port number for the RIST protocol in the router output configuration.

Returns:

  • (Integer)


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