Class: Aws::Types::SrtCallerRouterInputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SrtCallerRouterInputConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#decryption_configuration ⇒ Types::SrtDecryptionConfiguration
Returns the value of attribute decryption_configuration.
-
#minimum_latency_milliseconds ⇒ ::Integer
Returns the value of attribute minimum_latency_milliseconds.
-
#source_address ⇒ ::String
Returns the value of attribute source_address.
-
#source_port ⇒ ::Integer
Returns the value of attribute source_port.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
Instance Attribute Details
#decryption_configuration ⇒ Types::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.
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.
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.
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.
2145 2146 2147 |
# File 'sig/types.rbs', line 2145 def stream_id @stream_id end |