Class: Aws::Types::RouterOutputProtocolConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RouterOutputProtocolConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Rist, Rtp, SrtCaller, SrtListener, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rist ⇒ Types::RistRouterOutputConfiguration
Returns the value of attribute rist.
-
#rtp ⇒ Types::RtpRouterOutputConfiguration
Returns the value of attribute rtp.
-
#srt_caller ⇒ Types::SrtCallerRouterOutputConfiguration
Returns the value of attribute srt_caller.
-
#srt_listener ⇒ Types::SrtListenerRouterOutputConfiguration
Returns the value of attribute srt_listener.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#rist ⇒ Types::RistRouterOutputConfiguration
Returns the value of attribute rist.
2003 2004 2005 |
# File 'sig/types.rbs', line 2003 def rist @rist end |
#rtp ⇒ Types::RtpRouterOutputConfiguration
Returns the value of attribute rtp.
2006 2007 2008 |
# File 'sig/types.rbs', line 2006 def rtp @rtp end |
#srt_caller ⇒ Types::SrtCallerRouterOutputConfiguration
Returns the value of attribute srt_caller.
2005 2006 2007 |
# File 'sig/types.rbs', line 2005 def srt_caller @srt_caller end |
#srt_listener ⇒ Types::SrtListenerRouterOutputConfiguration
Returns the value of attribute srt_listener.
2004 2005 2006 |
# File 'sig/types.rbs', line 2004 def srt_listener @srt_listener end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2007 2008 2009 |
# File 'sig/types.rbs', line 2007 def unknown @unknown end |