Class: Aws::Types::SrtCallerRouterOutputConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_address::String

Returns the value of attribute destination_address.

Returns:

  • (::String)


2151
2152
2153
# File 'sig/types.rbs', line 2151

def destination_address
  @destination_address
end

#destination_port::Integer

Returns the value of attribute destination_port.

Returns:

  • (::Integer)


2152
2153
2154
# File 'sig/types.rbs', line 2152

def destination_port
  @destination_port
end

#encryption_configurationTypes::SrtEncryptionConfiguration

Returns the value of attribute encryption_configuration.



2155
2156
2157
# File 'sig/types.rbs', line 2155

def encryption_configuration
  @encryption_configuration
end

#minimum_latency_milliseconds::Integer

Returns the value of attribute minimum_latency_milliseconds.

Returns:

  • (::Integer)


2153
2154
2155
# File 'sig/types.rbs', line 2153

def minimum_latency_milliseconds
  @minimum_latency_milliseconds
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


2154
2155
2156
# File 'sig/types.rbs', line 2154

def stream_id
  @stream_id
end