Class: Aws::Types::JobTemplateSettings
- Inherits:
-
Object
- Object
- Aws::Types::JobTemplateSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ad_avail_offset ⇒ ::Integer
Returns the value of attribute ad_avail_offset.
-
#avail_blanking ⇒ Types::AvailBlanking
Returns the value of attribute avail_blanking.
-
#color_conversion_3_dlut_settings ⇒ ::Array[Types::ColorConversion3DLUTSetting]
Returns the value of attribute color_conversion_3_dlut_settings.
-
#esam ⇒ Types::EsamSettings
Returns the value of attribute esam.
-
#extended_data_services ⇒ Types::ExtendedDataServices
Returns the value of attribute extended_data_services.
-
#follow_source ⇒ ::Integer
Returns the value of attribute follow_source.
-
#inputs ⇒ ::Array[Types::InputTemplate]
Returns the value of attribute inputs.
-
#kantar_watermark ⇒ Types::KantarWatermarkSettings
Returns the value of attribute kantar_watermark.
-
#motion_image_inserter ⇒ Types::MotionImageInserter
Returns the value of attribute motion_image_inserter.
-
#nielsen_configuration ⇒ Types::NielsenConfiguration
Returns the value of attribute nielsen_configuration.
-
#nielsen_non_linear_watermark ⇒ Types::NielsenNonLinearWatermarkSettings
Returns the value of attribute nielsen_non_linear_watermark.
-
#output_groups ⇒ ::Array[Types::OutputGroup]
Returns the value of attribute output_groups.
-
#timecode_config ⇒ Types::TimecodeConfig
Returns the value of attribute timecode_config.
-
#timed_metadata_insertion ⇒ Types::TimedMetadataInsertion
Returns the value of attribute timed_metadata_insertion.
Instance Attribute Details
#ad_avail_offset ⇒ ::Integer
Returns the value of attribute ad_avail_offset.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def ad_avail_offset @ad_avail_offset end |
#avail_blanking ⇒ Types::AvailBlanking
Returns the value of attribute avail_blanking.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def avail_blanking @avail_blanking end |
#color_conversion_3_dlut_settings ⇒ ::Array[Types::ColorConversion3DLUTSetting]
Returns the value of attribute color_conversion_3_dlut_settings.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def color_conversion_3_dlut_settings @color_conversion_3_dlut_settings end |
#esam ⇒ Types::EsamSettings
Returns the value of attribute esam.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def esam @esam end |
#extended_data_services ⇒ Types::ExtendedDataServices
Returns the value of attribute extended_data_services.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def extended_data_services @extended_data_services end |
#follow_source ⇒ ::Integer
Returns the value of attribute follow_source.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def follow_source @follow_source end |
#inputs ⇒ ::Array[Types::InputTemplate]
Returns the value of attribute inputs.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def inputs @inputs end |
#kantar_watermark ⇒ Types::KantarWatermarkSettings
Returns the value of attribute kantar_watermark.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def kantar_watermark @kantar_watermark end |
#motion_image_inserter ⇒ Types::MotionImageInserter
Returns the value of attribute motion_image_inserter.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def motion_image_inserter @motion_image_inserter end |
#nielsen_configuration ⇒ Types::NielsenConfiguration
Returns the value of attribute nielsen_configuration.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def nielsen_configuration @nielsen_configuration end |
#nielsen_non_linear_watermark ⇒ Types::NielsenNonLinearWatermarkSettings
Returns the value of attribute nielsen_non_linear_watermark.
1578 1579 1580 |
# File 'sig/types.rbs', line 1578 def nielsen_non_linear_watermark @nielsen_non_linear_watermark end |
#output_groups ⇒ ::Array[Types::OutputGroup]
Returns the value of attribute output_groups.
1579 1580 1581 |
# File 'sig/types.rbs', line 1579 def output_groups @output_groups end |
#timecode_config ⇒ Types::TimecodeConfig
Returns the value of attribute timecode_config.
1580 1581 1582 |
# File 'sig/types.rbs', line 1580 def timecode_config @timecode_config end |
#timed_metadata_insertion ⇒ Types::TimedMetadataInsertion
Returns the value of attribute timed_metadata_insertion.
1581 1582 1583 |
# File 'sig/types.rbs', line 1581 def @timed_metadata_insertion end |