Class: Aws::Types::SrtCallerSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::SrtCallerSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#decryption ⇒ Types::SrtCallerDecryptionRequest
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::SrtCallerDecryptionRequest
Returns the value of attribute decryption.
4782 4783 4784 |
# File 'sig/types.rbs', line 4782 def decryption @decryption end |
#minimum_latency ⇒ ::Integer
Returns the value of attribute minimum_latency.
4783 4784 4785 |
# File 'sig/types.rbs', line 4783 def minimum_latency @minimum_latency end |
#srt_listener_address ⇒ ::String
Returns the value of attribute srt_listener_address.
4784 4785 4786 |
# File 'sig/types.rbs', line 4784 def srt_listener_address @srt_listener_address end |
#srt_listener_port ⇒ ::String
Returns the value of attribute srt_listener_port.
4785 4786 4787 |
# File 'sig/types.rbs', line 4785 def srt_listener_port @srt_listener_port end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
4786 4787 4788 |
# File 'sig/types.rbs', line 4786 def stream_id @stream_id end |