Class: Aws::Types::RouterOutputStreamDetails
- Inherits:
-
Object
- Object
- Aws::Types::RouterOutputStreamDetails
- 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::MediaConnectFlowRouterOutputStreamDetails
Returns the value of attribute media_connect_flow.
-
#media_live_input ⇒ Types::MediaLiveInputRouterOutputStreamDetails
Returns the value of attribute media_live_input.
-
#standard ⇒ Types::StandardRouterOutputStreamDetails
Returns the value of attribute standard.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#media_connect_flow ⇒ Types::MediaConnectFlowRouterOutputStreamDetails
Returns the value of attribute media_connect_flow.
2029 2030 2031 |
# File 'sig/types.rbs', line 2029 def media_connect_flow @media_connect_flow end |
#media_live_input ⇒ Types::MediaLiveInputRouterOutputStreamDetails
Returns the value of attribute media_live_input.
2030 2031 2032 |
# File 'sig/types.rbs', line 2030 def media_live_input @media_live_input end |
#standard ⇒ Types::StandardRouterOutputStreamDetails
Returns the value of attribute standard.
2028 2029 2030 |
# File 'sig/types.rbs', line 2028 def standard @standard end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2031 2032 2033 |
# File 'sig/types.rbs', line 2031 def unknown @unknown end |