Class: Aws::Types::DvbSubDestinationSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alignment"CENTERED", ...

Returns the value of attribute alignment.

Returns:

  • ("CENTERED", "LEFT", "AUTO")


811
812
813
# File 'sig/types.rbs', line 811

def alignment
  @alignment
end

#apply_font_color"WHITE_TEXT_ONLY", "ALL_TEXT"

Returns the value of attribute apply_font_color.

Returns:

  • ("WHITE_TEXT_ONLY", "ALL_TEXT")


812
813
814
# File 'sig/types.rbs', line 812

def apply_font_color
  @apply_font_color
end

#background_color"NONE", ...

Returns the value of attribute background_color.

Returns:

  • ("NONE", "BLACK", "WHITE", "AUTO")


813
814
815
# File 'sig/types.rbs', line 813

def background_color
  @background_color
end

#background_opacity::Integer

Returns the value of attribute background_opacity.

Returns:

  • (::Integer)


814
815
816
# File 'sig/types.rbs', line 814

def background_opacity
  @background_opacity
end

#dds_handling"NONE", ...

Returns the value of attribute dds_handling.

Returns:

  • ("NONE", "SPECIFIED", "NO_DISPLAY_WINDOW", "SPECIFIED_OPTIMAL")


815
816
817
# File 'sig/types.rbs', line 815

def dds_handling
  @dds_handling
end

#dds_x_coordinate::Integer

Returns the value of attribute dds_x_coordinate.

Returns:

  • (::Integer)


816
817
818
# File 'sig/types.rbs', line 816

def dds_x_coordinate
  @dds_x_coordinate
end

#dds_y_coordinate::Integer

Returns the value of attribute dds_y_coordinate.

Returns:

  • (::Integer)


817
818
819
# File 'sig/types.rbs', line 817

def dds_y_coordinate
  @dds_y_coordinate
end

#fallback_font"BEST_MATCH", ...

Returns the value of attribute fallback_font.

Returns:

  • ("BEST_MATCH", "MONOSPACED_SANSSERIF", "MONOSPACED_SERIF", "PROPORTIONAL_SANSSERIF", "PROPORTIONAL_SERIF")


818
819
820
# File 'sig/types.rbs', line 818

def fallback_font
  @fallback_font
end

#font_color"WHITE", ...

Returns the value of attribute font_color.

Returns:

  • ("WHITE", "BLACK", "YELLOW", "RED", "GREEN", "BLUE", "HEX", "AUTO")


819
820
821
# File 'sig/types.rbs', line 819

def font_color
  @font_color
end

#font_file_bold::String

Returns the value of attribute font_file_bold.

Returns:

  • (::String)


820
821
822
# File 'sig/types.rbs', line 820

def font_file_bold
  @font_file_bold
end

#font_file_bold_italic::String

Returns the value of attribute font_file_bold_italic.

Returns:

  • (::String)


821
822
823
# File 'sig/types.rbs', line 821

def font_file_bold_italic
  @font_file_bold_italic
end

#font_file_italic::String

Returns the value of attribute font_file_italic.

Returns:

  • (::String)


822
823
824
# File 'sig/types.rbs', line 822

def font_file_italic
  @font_file_italic
end

#font_file_regular::String

Returns the value of attribute font_file_regular.

Returns:

  • (::String)


823
824
825
# File 'sig/types.rbs', line 823

def font_file_regular
  @font_file_regular
end

#font_opacity::Integer

Returns the value of attribute font_opacity.

Returns:

  • (::Integer)


824
825
826
# File 'sig/types.rbs', line 824

def font_opacity
  @font_opacity
end

#font_resolution::Integer

Returns the value of attribute font_resolution.

Returns:

  • (::Integer)


825
826
827
# File 'sig/types.rbs', line 825

def font_resolution
  @font_resolution
end

#font_script"AUTOMATIC", ...

Returns the value of attribute font_script.

Returns:

  • ("AUTOMATIC", "HANS", "HANT")


826
827
828
# File 'sig/types.rbs', line 826

def font_script
  @font_script
end

#font_size::Integer

Returns the value of attribute font_size.

Returns:

  • (::Integer)


827
828
829
# File 'sig/types.rbs', line 827

def font_size
  @font_size
end

#height::Integer

Returns the value of attribute height.

Returns:

  • (::Integer)


828
829
830
# File 'sig/types.rbs', line 828

def height
  @height
end

#hex_font_color::String

Returns the value of attribute hex_font_color.

Returns:

  • (::String)


829
830
831
# File 'sig/types.rbs', line 829

def hex_font_color
  @hex_font_color
end

#outline_color"BLACK", ...

Returns the value of attribute outline_color.

Returns:

  • ("BLACK", "WHITE", "YELLOW", "RED", "GREEN", "BLUE", "AUTO")


830
831
832
# File 'sig/types.rbs', line 830

def outline_color
  @outline_color
end

#outline_size::Integer

Returns the value of attribute outline_size.

Returns:

  • (::Integer)


831
832
833
# File 'sig/types.rbs', line 831

def outline_size
  @outline_size
end

#shadow_color"NONE", ...

Returns the value of attribute shadow_color.

Returns:

  • ("NONE", "BLACK", "WHITE", "AUTO")


832
833
834
# File 'sig/types.rbs', line 832

def shadow_color
  @shadow_color
end

#shadow_opacity::Integer

Returns the value of attribute shadow_opacity.

Returns:

  • (::Integer)


833
834
835
# File 'sig/types.rbs', line 833

def shadow_opacity
  @shadow_opacity
end

#shadow_x_offset::Integer

Returns the value of attribute shadow_x_offset.

Returns:

  • (::Integer)


834
835
836
# File 'sig/types.rbs', line 834

def shadow_x_offset
  @shadow_x_offset
end

#shadow_y_offset::Integer

Returns the value of attribute shadow_y_offset.

Returns:

  • (::Integer)


835
836
837
# File 'sig/types.rbs', line 835

def shadow_y_offset
  @shadow_y_offset
end

#style_passthrough"ENABLED", "DISABLED"

Returns the value of attribute style_passthrough.

Returns:

  • ("ENABLED", "DISABLED")


836
837
838
# File 'sig/types.rbs', line 836

def style_passthrough
  @style_passthrough
end

#subtitling_type"HEARING_IMPAIRED", "STANDARD"

Returns the value of attribute subtitling_type.

Returns:

  • ("HEARING_IMPAIRED", "STANDARD")


837
838
839
# File 'sig/types.rbs', line 837

def subtitling_type
  @subtitling_type
end

#teletext_spacing"FIXED_GRID", ...

Returns the value of attribute teletext_spacing.

Returns:

  • ("FIXED_GRID", "PROPORTIONAL", "AUTO")


838
839
840
# File 'sig/types.rbs', line 838

def teletext_spacing
  @teletext_spacing
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


839
840
841
# File 'sig/types.rbs', line 839

def width
  @width
end

#x_position::Integer

Returns the value of attribute x_position.

Returns:

  • (::Integer)


840
841
842
# File 'sig/types.rbs', line 840

def x_position
  @x_position
end

#y_position::Integer

Returns the value of attribute y_position.

Returns:

  • (::Integer)


841
842
843
# File 'sig/types.rbs', line 841

def y_position
  @y_position
end