Class: Aws::Types::RouterOutputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RouterOutputConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: MediaConnectFlow, MediaLiveInput, Standard, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#media_connect_flow ⇒ Types::MediaConnectFlowRouterOutputConfiguration
Returns the value of attribute media_connect_flow.
-
#media_live_input ⇒ Types::MediaLiveInputRouterOutputConfiguration
Returns the value of attribute media_live_input.
-
#standard ⇒ Types::StandardRouterOutputConfiguration
Returns the value of attribute standard.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#media_connect_flow ⇒ Types::MediaConnectFlowRouterOutputConfiguration
Returns the value of attribute media_connect_flow.
1955 1956 1957 |
# File 'sig/types.rbs', line 1955 def media_connect_flow @media_connect_flow end |
#media_live_input ⇒ Types::MediaLiveInputRouterOutputConfiguration
Returns the value of attribute media_live_input.
1956 1957 1958 |
# File 'sig/types.rbs', line 1956 def media_live_input @media_live_input end |
#standard ⇒ Types::StandardRouterOutputConfiguration
Returns the value of attribute standard.
1954 1955 1956 |
# File 'sig/types.rbs', line 1954 def standard @standard end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1957 1958 1959 |
# File 'sig/types.rbs', line 1957 def unknown @unknown end |