Class: Aws::Types::RouterInputProtocolConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RouterInputProtocolConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Rist, Rtp, SrtCaller, SrtListener, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rist ⇒ Types::RistRouterInputConfiguration
Returns the value of attribute rist.
-
#rtp ⇒ Types::RtpRouterInputConfiguration
Returns the value of attribute rtp.
-
#srt_caller ⇒ Types::SrtCallerRouterInputConfiguration
Returns the value of attribute srt_caller.
-
#srt_listener ⇒ Types::SrtListenerRouterInputConfiguration
Returns the value of attribute srt_listener.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#rist ⇒ Types::RistRouterInputConfiguration
Returns the value of attribute rist.
1791 1792 1793 |
# File 'sig/types.rbs', line 1791 def rist @rist end |
#rtp ⇒ Types::RtpRouterInputConfiguration
Returns the value of attribute rtp.
1794 1795 1796 |
# File 'sig/types.rbs', line 1794 def rtp @rtp end |
#srt_caller ⇒ Types::SrtCallerRouterInputConfiguration
Returns the value of attribute srt_caller.
1793 1794 1795 |
# File 'sig/types.rbs', line 1793 def srt_caller @srt_caller end |
#srt_listener ⇒ Types::SrtListenerRouterInputConfiguration
Returns the value of attribute srt_listener.
1792 1793 1794 |
# File 'sig/types.rbs', line 1792 def srt_listener @srt_listener end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1795 1796 1797 |
# File 'sig/types.rbs', line 1795 def unknown @unknown end |