Class: Aws::Types::JobSettings
- Inherits:
-
Object
- Object
- Aws::Types::JobSettings
- 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::Input]
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.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def ad_avail_offset @ad_avail_offset end |
#avail_blanking ⇒ Types::AvailBlanking
Returns the value of attribute avail_blanking.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def avail_blanking @avail_blanking end |
#color_conversion_3_dlut_settings ⇒ ::Array[Types::ColorConversion3DLUTSetting]
Returns the value of attribute color_conversion_3_dlut_settings.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def color_conversion_3_dlut_settings @color_conversion_3_dlut_settings end |
#esam ⇒ Types::EsamSettings
Returns the value of attribute esam.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def esam @esam end |
#extended_data_services ⇒ Types::ExtendedDataServices
Returns the value of attribute extended_data_services.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def extended_data_services @extended_data_services end |
#follow_source ⇒ ::Integer
Returns the value of attribute follow_source.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def follow_source @follow_source end |
#inputs ⇒ ::Array[Types::Input]
Returns the value of attribute inputs.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def inputs @inputs end |
#kantar_watermark ⇒ Types::KantarWatermarkSettings
Returns the value of attribute kantar_watermark.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def kantar_watermark @kantar_watermark end |
#motion_image_inserter ⇒ Types::MotionImageInserter
Returns the value of attribute motion_image_inserter.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def motion_image_inserter @motion_image_inserter end |
#nielsen_configuration ⇒ Types::NielsenConfiguration
Returns the value of attribute nielsen_configuration.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def nielsen_configuration @nielsen_configuration end |
#nielsen_non_linear_watermark ⇒ Types::NielsenNonLinearWatermarkSettings
Returns the value of attribute nielsen_non_linear_watermark.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def nielsen_non_linear_watermark @nielsen_non_linear_watermark end |
#output_groups ⇒ ::Array[Types::OutputGroup]
Returns the value of attribute output_groups.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def output_groups @output_groups end |
#timecode_config ⇒ Types::TimecodeConfig
Returns the value of attribute timecode_config.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def timecode_config @timecode_config end |
#timed_metadata_insertion ⇒ Types::TimedMetadataInsertion
Returns the value of attribute timed_metadata_insertion.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def @timed_metadata_insertion end |