Class: Aws::Types::OutputDestination
- Inherits:
-
Object
- Object
- Aws::Types::OutputDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#logical_interface_names ⇒ ::Array[::String]
Returns the value of attribute logical_interface_names.
-
#media_connect_router_settings ⇒ ::Array[Types::MediaConnectRouterOutputDestinationSettings]
Returns the value of attribute media_connect_router_settings.
-
#media_package_settings ⇒ ::Array[Types::MediaPackageOutputDestinationSettings]
Returns the value of attribute media_package_settings.
-
#multiplex_settings ⇒ Types::MultiplexProgramChannelDestinationSettings
Returns the value of attribute multiplex_settings.
-
#settings ⇒ ::Array[Types::OutputDestinationSettings]
Returns the value of attribute settings.
-
#srt_settings ⇒ ::Array[Types::SrtOutputDestinationSettings]
Returns the value of attribute srt_settings.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
2588 2589 2590 |
# File 'sig/types.rbs', line 2588 def id @id end |
#logical_interface_names ⇒ ::Array[::String]
Returns the value of attribute logical_interface_names.
2593 2594 2595 |
# File 'sig/types.rbs', line 2593 def logical_interface_names @logical_interface_names end |
#media_connect_router_settings ⇒ ::Array[Types::MediaConnectRouterOutputDestinationSettings]
Returns the value of attribute media_connect_router_settings.
2594 2595 2596 |
# File 'sig/types.rbs', line 2594 def media_connect_router_settings @media_connect_router_settings end |
#media_package_settings ⇒ ::Array[Types::MediaPackageOutputDestinationSettings]
Returns the value of attribute media_package_settings.
2589 2590 2591 |
# File 'sig/types.rbs', line 2589 def media_package_settings @media_package_settings end |
#multiplex_settings ⇒ Types::MultiplexProgramChannelDestinationSettings
Returns the value of attribute multiplex_settings.
2590 2591 2592 |
# File 'sig/types.rbs', line 2590 def multiplex_settings @multiplex_settings end |
#settings ⇒ ::Array[Types::OutputDestinationSettings]
Returns the value of attribute settings.
2591 2592 2593 |
# File 'sig/types.rbs', line 2591 def settings @settings end |
#srt_settings ⇒ ::Array[Types::SrtOutputDestinationSettings]
Returns the value of attribute srt_settings.
2592 2593 2594 |
# File 'sig/types.rbs', line 2592 def srt_settings @srt_settings end |