Class: Aws::Types::RouterInputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RouterInputConfiguration
- 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::FailoverRouterInputConfiguration
Returns the value of attribute failover.
-
#media_connect_flow ⇒ Types::MediaConnectFlowRouterInputConfiguration
Returns the value of attribute media_connect_flow.
-
#media_live_channel ⇒ Types::MediaLiveChannelRouterInputConfiguration
Returns the value of attribute media_live_channel.
-
#merge ⇒ Types::MergeRouterInputConfiguration
Returns the value of attribute merge.
-
#standard ⇒ Types::StandardRouterInputConfiguration
Returns the value of attribute standard.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#failover ⇒ Types::FailoverRouterInputConfiguration
Returns the value of attribute failover.
1730 1731 1732 |
# File 'sig/types.rbs', line 1730 def failover @failover end |
#media_connect_flow ⇒ Types::MediaConnectFlowRouterInputConfiguration
Returns the value of attribute media_connect_flow.
1731 1732 1733 |
# File 'sig/types.rbs', line 1731 def media_connect_flow @media_connect_flow end |
#media_live_channel ⇒ Types::MediaLiveChannelRouterInputConfiguration
Returns the value of attribute media_live_channel.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def media_live_channel @media_live_channel end |
#merge ⇒ Types::MergeRouterInputConfiguration
Returns the value of attribute merge.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def merge @merge end |
#standard ⇒ Types::StandardRouterInputConfiguration
Returns the value of attribute standard.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def standard @standard end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def unknown @unknown end |