Class: Aws::Types::SrtCallerRouterInputConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#decryption_configurationTypes::SrtDecryptionConfiguration

Returns the value of attribute decryption_configuration.



2146
2147
2148
# File 'sig/types.rbs', line 2146

def decryption_configuration
  @decryption_configuration
end

#minimum_latency_milliseconds::Integer

Returns the value of attribute minimum_latency_milliseconds.

Returns:

  • (::Integer)


2144
2145
2146
# File 'sig/types.rbs', line 2144

def minimum_latency_milliseconds
  @minimum_latency_milliseconds
end

#source_address::String

Returns the value of attribute source_address.

Returns:

  • (::String)


2142
2143
2144
# File 'sig/types.rbs', line 2142

def source_address
  @source_address
end

#source_port::Integer

Returns the value of attribute source_port.

Returns:

  • (::Integer)


2143
2144
2145
# File 'sig/types.rbs', line 2143

def source_port
  @source_port
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


2145
2146
2147
# File 'sig/types.rbs', line 2145

def stream_id
  @stream_id
end