Class: Aws::Types::OutputGroupSettings
- Inherits:
-
Object
- Object
- Aws::Types::OutputGroupSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#archive_group_settings ⇒ Types::ArchiveGroupSettings
Returns the value of attribute archive_group_settings.
-
#cmaf_ingest_group_settings ⇒ Types::CmafIngestGroupSettings
Returns the value of attribute cmaf_ingest_group_settings.
-
#frame_capture_group_settings ⇒ Types::FrameCaptureGroupSettings
Returns the value of attribute frame_capture_group_settings.
-
#hls_group_settings ⇒ Types::HlsGroupSettings
Returns the value of attribute hls_group_settings.
-
#media_connect_router_group_settings ⇒ Types::MediaConnectRouterGroupSettings
Returns the value of attribute media_connect_router_group_settings.
-
#media_package_group_settings ⇒ Types::MediaPackageGroupSettings
Returns the value of attribute media_package_group_settings.
-
#ms_smooth_group_settings ⇒ Types::MsSmoothGroupSettings
Returns the value of attribute ms_smooth_group_settings.
-
#multiplex_group_settings ⇒ Types::MultiplexGroupSettings
Returns the value of attribute multiplex_group_settings.
-
#rtmp_group_settings ⇒ Types::RtmpGroupSettings
Returns the value of attribute rtmp_group_settings.
-
#srt_group_settings ⇒ Types::SrtGroupSettings
Returns the value of attribute srt_group_settings.
-
#udp_group_settings ⇒ Types::UdpGroupSettings
Returns the value of attribute udp_group_settings.
Instance Attribute Details
#archive_group_settings ⇒ Types::ArchiveGroupSettings
Returns the value of attribute archive_group_settings.
2615 2616 2617 |
# File 'sig/types.rbs', line 2615 def archive_group_settings @archive_group_settings end |
#cmaf_ingest_group_settings ⇒ Types::CmafIngestGroupSettings
Returns the value of attribute cmaf_ingest_group_settings.
2623 2624 2625 |
# File 'sig/types.rbs', line 2623 def cmaf_ingest_group_settings @cmaf_ingest_group_settings end |
#frame_capture_group_settings ⇒ Types::FrameCaptureGroupSettings
Returns the value of attribute frame_capture_group_settings.
2616 2617 2618 |
# File 'sig/types.rbs', line 2616 def frame_capture_group_settings @frame_capture_group_settings end |
#hls_group_settings ⇒ Types::HlsGroupSettings
Returns the value of attribute hls_group_settings.
2617 2618 2619 |
# File 'sig/types.rbs', line 2617 def hls_group_settings @hls_group_settings end |
#media_connect_router_group_settings ⇒ Types::MediaConnectRouterGroupSettings
Returns the value of attribute media_connect_router_group_settings.
2625 2626 2627 |
# File 'sig/types.rbs', line 2625 def media_connect_router_group_settings @media_connect_router_group_settings end |
#media_package_group_settings ⇒ Types::MediaPackageGroupSettings
Returns the value of attribute media_package_group_settings.
2618 2619 2620 |
# File 'sig/types.rbs', line 2618 def media_package_group_settings @media_package_group_settings end |
#ms_smooth_group_settings ⇒ Types::MsSmoothGroupSettings
Returns the value of attribute ms_smooth_group_settings.
2619 2620 2621 |
# File 'sig/types.rbs', line 2619 def ms_smooth_group_settings @ms_smooth_group_settings end |
#multiplex_group_settings ⇒ Types::MultiplexGroupSettings
Returns the value of attribute multiplex_group_settings.
2620 2621 2622 |
# File 'sig/types.rbs', line 2620 def multiplex_group_settings @multiplex_group_settings end |
#rtmp_group_settings ⇒ Types::RtmpGroupSettings
Returns the value of attribute rtmp_group_settings.
2621 2622 2623 |
# File 'sig/types.rbs', line 2621 def rtmp_group_settings @rtmp_group_settings end |
#srt_group_settings ⇒ Types::SrtGroupSettings
Returns the value of attribute srt_group_settings.
2624 2625 2626 |
# File 'sig/types.rbs', line 2624 def srt_group_settings @srt_group_settings end |
#udp_group_settings ⇒ Types::UdpGroupSettings
Returns the value of attribute udp_group_settings.
2622 2623 2624 |
# File 'sig/types.rbs', line 2622 def udp_group_settings @udp_group_settings end |