Class: Aws::Types::RouterInputStreamDetails
- Inherits:
-
Object
- Object
- Aws::Types::RouterInputStreamDetails
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Failover, MediaConnectFlow, MediaLiveChannel, Merge, Standard, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failover ⇒ Types::FailoverRouterInputStreamDetails
Returns the value of attribute failover.
-
#media_connect_flow ⇒ Types::MediaConnectFlowRouterInputStreamDetails
Returns the value of attribute media_connect_flow.
-
#media_live_channel ⇒ Types::MediaLiveChannelRouterInputStreamDetails
Returns the value of attribute media_live_channel.
-
#merge ⇒ Types::MergeRouterInputStreamDetails
Returns the value of attribute merge.
-
#standard ⇒ Types::StandardRouterInputStreamDetails
Returns the value of attribute standard.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#failover ⇒ Types::FailoverRouterInputStreamDetails
Returns the value of attribute failover.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def failover @failover end |
#media_connect_flow ⇒ Types::MediaConnectFlowRouterInputStreamDetails
Returns the value of attribute media_connect_flow.
1826 1827 1828 |
# File 'sig/types.rbs', line 1826 def media_connect_flow @media_connect_flow end |
#media_live_channel ⇒ Types::MediaLiveChannelRouterInputStreamDetails
Returns the value of attribute media_live_channel.
1824 1825 1826 |
# File 'sig/types.rbs', line 1824 def media_live_channel @media_live_channel end |
#merge ⇒ Types::MergeRouterInputStreamDetails
Returns the value of attribute merge.
1827 1828 1829 |
# File 'sig/types.rbs', line 1827 def merge @merge end |
#standard ⇒ Types::StandardRouterInputStreamDetails
Returns the value of attribute standard.
1823 1824 1825 |
# File 'sig/types.rbs', line 1823 def standard @standard end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1828 1829 1830 |
# File 'sig/types.rbs', line 1828 def unknown @unknown end |