Class: Aws::Types::FailoverRouterInputProtocolConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::FailoverRouterInputProtocolConfiguration
- 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.
713 714 715 |
# File 'sig/types.rbs', line 713 def rist @rist end |
#rtp ⇒ Types::RtpRouterInputConfiguration
Returns the value of attribute rtp.
716 717 718 |
# File 'sig/types.rbs', line 716 def rtp @rtp end |
#srt_caller ⇒ Types::SrtCallerRouterInputConfiguration
Returns the value of attribute srt_caller.
715 716 717 |
# File 'sig/types.rbs', line 715 def srt_caller @srt_caller end |
#srt_listener ⇒ Types::SrtListenerRouterInputConfiguration
Returns the value of attribute srt_listener.
714 715 716 |
# File 'sig/types.rbs', line 714 def srt_listener @srt_listener end |
#unknown ⇒ Object
Returns the value of attribute unknown.
717 718 719 |
# File 'sig/types.rbs', line 717 def unknown @unknown end |