Class: Aws::Types::InputTemplate

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#advanced_input_filter"ENABLED", "DISABLED"

Returns the value of attribute advanced_input_filter.

Returns:

  • ("ENABLED", "DISABLED")


1405
1406
1407
# File 'sig/types.rbs', line 1405

def advanced_input_filter
  @advanced_input_filter
end

#advanced_input_filter_settingsTypes::AdvancedInputFilterSettings

Returns the value of attribute advanced_input_filter_settings.



1406
1407
1408
# File 'sig/types.rbs', line 1406

def advanced_input_filter_settings
  @advanced_input_filter_settings
end

#audio_selector_groups::Hash[::String, Types::AudioSelectorGroup]

Returns the value of attribute audio_selector_groups.

Returns:



1407
1408
1409
# File 'sig/types.rbs', line 1407

def audio_selector_groups
  @audio_selector_groups
end

#audio_selectors::Hash[::String, Types::AudioSelector]

Returns the value of attribute audio_selectors.

Returns:



1408
1409
1410
# File 'sig/types.rbs', line 1408

def audio_selectors
  @audio_selectors
end

#caption_selectors::Hash[::String, Types::CaptionSelector]

Returns the value of attribute caption_selectors.

Returns:



1409
1410
1411
# File 'sig/types.rbs', line 1409

def caption_selectors
  @caption_selectors
end

#cropTypes::Rectangle

Returns the value of attribute crop.

Returns:



1410
1411
1412
# File 'sig/types.rbs', line 1410

def crop
  @crop
end

#deblock_filter"ENABLED", "DISABLED"

Returns the value of attribute deblock_filter.

Returns:

  • ("ENABLED", "DISABLED")


1411
1412
1413
# File 'sig/types.rbs', line 1411

def deblock_filter
  @deblock_filter
end

#denoise_filter"ENABLED", "DISABLED"

Returns the value of attribute denoise_filter.

Returns:

  • ("ENABLED", "DISABLED")


1412
1413
1414
# File 'sig/types.rbs', line 1412

def denoise_filter
  @denoise_filter
end

#dolby_vision_metadata_xml::String

Returns the value of attribute dolby_vision_metadata_xml.

Returns:

  • (::String)


1413
1414
1415
# File 'sig/types.rbs', line 1413

def 
  @dolby_vision_metadata_xml
end

#dynamic_audio_selectors::Hash[::String, Types::DynamicAudioSelector]

Returns the value of attribute dynamic_audio_selectors.

Returns:



1414
1415
1416
# File 'sig/types.rbs', line 1414

def dynamic_audio_selectors
  @dynamic_audio_selectors
end

#filter_enable"AUTO", ...

Returns the value of attribute filter_enable.

Returns:

  • ("AUTO", "DISABLE", "FORCE")


1415
1416
1417
# File 'sig/types.rbs', line 1415

def filter_enable
  @filter_enable
end

#filter_strength::Integer

Returns the value of attribute filter_strength.

Returns:

  • (::Integer)


1416
1417
1418
# File 'sig/types.rbs', line 1416

def filter_strength
  @filter_strength
end

#image_inserterTypes::ImageInserter

Returns the value of attribute image_inserter.



1417
1418
1419
# File 'sig/types.rbs', line 1417

def image_inserter
  @image_inserter
end

#input_clippings::Array[Types::InputClipping]

Returns the value of attribute input_clippings.

Returns:



1418
1419
1420
# File 'sig/types.rbs', line 1418

def input_clippings
  @input_clippings
end

#input_scan_type"AUTO", "PSF"

Returns the value of attribute input_scan_type.

Returns:

  • ("AUTO", "PSF")


1419
1420
1421
# File 'sig/types.rbs', line 1419

def input_scan_type
  @input_scan_type
end

#multi_view_settings::Array[Types::MultiViewSettings]

Returns the value of attribute multi_view_settings.

Returns:



1420
1421
1422
# File 'sig/types.rbs', line 1420

def multi_view_settings
  @multi_view_settings
end

#positionTypes::Rectangle

Returns the value of attribute position.

Returns:



1421
1422
1423
# File 'sig/types.rbs', line 1421

def position
  @position
end

#program_number::Integer

Returns the value of attribute program_number.

Returns:

  • (::Integer)


1422
1423
1424
# File 'sig/types.rbs', line 1422

def program_number
  @program_number
end

#psi_control"IGNORE_PSI", "USE_PSI"

Returns the value of attribute psi_control.

Returns:

  • ("IGNORE_PSI", "USE_PSI")


1423
1424
1425
# File 'sig/types.rbs', line 1423

def psi_control
  @psi_control
end

#timecode_source"EMBEDDED", ...

Returns the value of attribute timecode_source.

Returns:

  • ("EMBEDDED", "ZEROBASED", "SPECIFIEDSTART")


1424
1425
1426
# File 'sig/types.rbs', line 1424

def timecode_source
  @timecode_source
end

#timecode_start::String

Returns the value of attribute timecode_start.

Returns:

  • (::String)


1425
1426
1427
# File 'sig/types.rbs', line 1425

def timecode_start
  @timecode_start
end

#video_overlays::Array[Types::VideoOverlay]

Returns the value of attribute video_overlays.

Returns:



1426
1427
1428
# File 'sig/types.rbs', line 1426

def video_overlays
  @video_overlays
end

#video_selectorTypes::VideoSelector

Returns the value of attribute video_selector.



1427
1428
1429
# File 'sig/types.rbs', line 1427

def video_selector
  @video_selector
end