Class: Aws::Types::OutputSettings
- Inherits:
-
Object
- Object
- Aws::Types::OutputSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#archive_output_settings ⇒ Types::ArchiveOutputSettings
Returns the value of attribute archive_output_settings.
-
#cmaf_ingest_output_settings ⇒ Types::CmafIngestOutputSettings
Returns the value of attribute cmaf_ingest_output_settings.
-
#frame_capture_output_settings ⇒ Types::FrameCaptureOutputSettings
Returns the value of attribute frame_capture_output_settings.
-
#hls_output_settings ⇒ Types::HlsOutputSettings
Returns the value of attribute hls_output_settings.
-
#media_connect_router_output_settings ⇒ Types::MediaConnectRouterOutputSettings
Returns the value of attribute media_connect_router_output_settings.
-
#media_package_output_settings ⇒ Types::MediaPackageOutputSettings
Returns the value of attribute media_package_output_settings.
-
#ms_smooth_output_settings ⇒ Types::MsSmoothOutputSettings
Returns the value of attribute ms_smooth_output_settings.
-
#multiplex_output_settings ⇒ Types::MultiplexOutputSettings
Returns the value of attribute multiplex_output_settings.
-
#rtmp_output_settings ⇒ Types::RtmpOutputSettings
Returns the value of attribute rtmp_output_settings.
-
#srt_output_settings ⇒ Types::SrtOutputSettings
Returns the value of attribute srt_output_settings.
-
#udp_output_settings ⇒ Types::UdpOutputSettings
Returns the value of attribute udp_output_settings.
Instance Attribute Details
#archive_output_settings ⇒ Types::ArchiveOutputSettings
Returns the value of attribute archive_output_settings.
2642 2643 2644 |
# File 'sig/types.rbs', line 2642 def archive_output_settings @archive_output_settings end |
#cmaf_ingest_output_settings ⇒ Types::CmafIngestOutputSettings
Returns the value of attribute cmaf_ingest_output_settings.
2650 2651 2652 |
# File 'sig/types.rbs', line 2650 def cmaf_ingest_output_settings @cmaf_ingest_output_settings end |
#frame_capture_output_settings ⇒ Types::FrameCaptureOutputSettings
Returns the value of attribute frame_capture_output_settings.
2643 2644 2645 |
# File 'sig/types.rbs', line 2643 def frame_capture_output_settings @frame_capture_output_settings end |
#hls_output_settings ⇒ Types::HlsOutputSettings
Returns the value of attribute hls_output_settings.
2644 2645 2646 |
# File 'sig/types.rbs', line 2644 def hls_output_settings @hls_output_settings end |
#media_connect_router_output_settings ⇒ Types::MediaConnectRouterOutputSettings
Returns the value of attribute media_connect_router_output_settings.
2652 2653 2654 |
# File 'sig/types.rbs', line 2652 def media_connect_router_output_settings @media_connect_router_output_settings end |
#media_package_output_settings ⇒ Types::MediaPackageOutputSettings
Returns the value of attribute media_package_output_settings.
2645 2646 2647 |
# File 'sig/types.rbs', line 2645 def media_package_output_settings @media_package_output_settings end |
#ms_smooth_output_settings ⇒ Types::MsSmoothOutputSettings
Returns the value of attribute ms_smooth_output_settings.
2646 2647 2648 |
# File 'sig/types.rbs', line 2646 def ms_smooth_output_settings @ms_smooth_output_settings end |
#multiplex_output_settings ⇒ Types::MultiplexOutputSettings
Returns the value of attribute multiplex_output_settings.
2647 2648 2649 |
# File 'sig/types.rbs', line 2647 def multiplex_output_settings @multiplex_output_settings end |
#rtmp_output_settings ⇒ Types::RtmpOutputSettings
Returns the value of attribute rtmp_output_settings.
2648 2649 2650 |
# File 'sig/types.rbs', line 2648 def rtmp_output_settings @rtmp_output_settings end |
#srt_output_settings ⇒ Types::SrtOutputSettings
Returns the value of attribute srt_output_settings.
2651 2652 2653 |
# File 'sig/types.rbs', line 2651 def srt_output_settings @srt_output_settings end |
#udp_output_settings ⇒ Types::UdpOutputSettings
Returns the value of attribute udp_output_settings.
2649 2650 2651 |
# File 'sig/types.rbs', line 2649 def udp_output_settings @udp_output_settings end |