Class: Aws::Types::SrtCallerSource
- Inherits:
-
Object
- Object
- Aws::Types::SrtCallerSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#decryption ⇒ Types::SrtCallerDecryption
Returns the value of attribute decryption.
-
#minimum_latency ⇒ ::Integer
Returns the value of attribute minimum_latency.
-
#srt_listener_address ⇒ ::String
Returns the value of attribute srt_listener_address.
-
#srt_listener_port ⇒ ::String
Returns the value of attribute srt_listener_port.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
Instance Attribute Details
#decryption ⇒ Types::SrtCallerDecryption
Returns the value of attribute decryption.
4773 4774 4775 |
# File 'sig/types.rbs', line 4773 def decryption @decryption end |
#minimum_latency ⇒ ::Integer
Returns the value of attribute minimum_latency.
4774 4775 4776 |
# File 'sig/types.rbs', line 4774 def minimum_latency @minimum_latency end |
#srt_listener_address ⇒ ::String
Returns the value of attribute srt_listener_address.
4775 4776 4777 |
# File 'sig/types.rbs', line 4775 def srt_listener_address @srt_listener_address end |
#srt_listener_port ⇒ ::String
Returns the value of attribute srt_listener_port.
4776 4777 4778 |
# File 'sig/types.rbs', line 4776 def srt_listener_port @srt_listener_port end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
4777 4778 4779 |
# File 'sig/types.rbs', line 4777 def stream_id @stream_id end |