Class: Aws::Types::MergeRouterInputProtocolConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MergeRouterInputProtocolConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
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.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#rist ⇒ Types::RistRouterInputConfiguration
Returns the value of attribute rist.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def rist @rist end |
#rtp ⇒ Types::RtpRouterInputConfiguration
Returns the value of attribute rtp.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def rtp @rtp end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def unknown @unknown end |