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.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def ad_avail_offset @ad_avail_offset end |
#avail_blanking ⇒ Types::AvailBlanking
Returns the value of attribute avail_blanking.
1548 1549 1550 |
# File 'sig/types.rbs', line 1548 def avail_blanking @avail_blanking end |
#color_conversion_3_dlut_settings ⇒ ::Array[Types::ColorConversion3DLUTSetting]
Returns the value of attribute color_conversion_3_dlut_settings.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def color_conversion_3_dlut_settings @color_conversion_3_dlut_settings end |
#esam ⇒ Types::EsamSettings
Returns the value of attribute esam.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def esam @esam end |
#extended_data_services ⇒ Types::ExtendedDataServices
Returns the value of attribute extended_data_services.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def extended_data_services @extended_data_services end |
#follow_source ⇒ ::Integer
Returns the value of attribute follow_source.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def follow_source @follow_source end |
#inputs ⇒ ::Array[Types::InputTemplate]
Returns the value of attribute inputs.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def inputs @inputs end |
#kantar_watermark ⇒ Types::KantarWatermarkSettings
Returns the value of attribute kantar_watermark.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def kantar_watermark @kantar_watermark end |
#motion_image_inserter ⇒ Types::MotionImageInserter
Returns the value of attribute motion_image_inserter.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def motion_image_inserter @motion_image_inserter end |
#nielsen_configuration ⇒ Types::NielsenConfiguration
Returns the value of attribute nielsen_configuration.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def nielsen_configuration @nielsen_configuration end |
#nielsen_non_linear_watermark ⇒ Types::NielsenNonLinearWatermarkSettings
Returns the value of attribute nielsen_non_linear_watermark.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def nielsen_non_linear_watermark @nielsen_non_linear_watermark end |
#output_groups ⇒ ::Array[Types::OutputGroup]
Returns the value of attribute output_groups.
1558 1559 1560 |
# File 'sig/types.rbs', line 1558 def output_groups @output_groups end |
#timecode_config ⇒ Types::TimecodeConfig
Returns the value of attribute timecode_config.
1559 1560 1561 |
# File 'sig/types.rbs', line 1559 def timecode_config @timecode_config end |
#timed_metadata_insertion ⇒ Types::TimedMetadataInsertion
Returns the value of attribute timed_metadata_insertion.
1560 1561 1562 |
# File 'sig/types.rbs', line 1560 def @timed_metadata_insertion end |