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")


790
791
792
# File 'sig/types.rbs', line 790

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")


791
792
793
# File 'sig/types.rbs', line 791

def apply_font_color
  @apply_font_color
end

#background_color"NONE", ...

Returns the value of attribute background_color.

Returns:

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


792
793
794
# File 'sig/types.rbs', line 792

def background_color
  @background_color
end

#background_opacity::Integer

Returns the value of attribute background_opacity.

Returns:

  • (::Integer)


793
794
795
# File 'sig/types.rbs', line 793

def background_opacity
  @background_opacity
end

#dds_handling"NONE", ...

Returns the value of attribute dds_handling.

Returns:

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


794
795
796
# File 'sig/types.rbs', line 794

def dds_handling
  @dds_handling
end

#dds_x_coordinate::Integer

Returns the value of attribute dds_x_coordinate.

Returns:

  • (::Integer)


795
796
797
# File 'sig/types.rbs', line 795

def dds_x_coordinate
  @dds_x_coordinate
end

#dds_y_coordinate::Integer

Returns the value of attribute dds_y_coordinate.

Returns:

  • (::Integer)


796
797
798
# File 'sig/types.rbs', line 796

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")


797
798
799
# File 'sig/types.rbs', line 797

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")


798
799
800
# File 'sig/types.rbs', line 798

def font_color
  @font_color
end

#font_file_bold::String

Returns the value of attribute font_file_bold.

Returns:

  • (::String)


799
800
801
# File 'sig/types.rbs', line 799

def font_file_bold
  @font_file_bold
end

#font_file_bold_italic::String

Returns the value of attribute font_file_bold_italic.

Returns:

  • (::String)


800
801
802
# File 'sig/types.rbs', line 800

def font_file_bold_italic
  @font_file_bold_italic
end

#font_file_italic::String

Returns the value of attribute font_file_italic.

Returns:

  • (::String)


801
802
803
# File 'sig/types.rbs', line 801

def font_file_italic
  @font_file_italic
end

#font_file_regular::String

Returns the value of attribute font_file_regular.

Returns:

  • (::String)


802
803
804
# File 'sig/types.rbs', line 802

def font_file_regular
  @font_file_regular
end

#font_opacity::Integer

Returns the value of attribute font_opacity.

Returns:

  • (::Integer)


803
804
805
# File 'sig/types.rbs', line 803

def font_opacity
  @font_opacity
end

#font_resolution::Integer

Returns the value of attribute font_resolution.

Returns:

  • (::Integer)


804
805
806
# File 'sig/types.rbs', line 804

def font_resolution
  @font_resolution
end

#font_script"AUTOMATIC", ...

Returns the value of attribute font_script.

Returns:

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


805
806
807
# File 'sig/types.rbs', line 805

def font_script
  @font_script
end

#font_size::Integer

Returns the value of attribute font_size.

Returns:

  • (::Integer)


806
807
808
# File 'sig/types.rbs', line 806

def font_size
  @font_size
end

#height::Integer

Returns the value of attribute height.

Returns:

  • (::Integer)


807
808
809
# File 'sig/types.rbs', line 807

def height
  @height
end

#hex_font_color::String

Returns the value of attribute hex_font_color.

Returns:

  • (::String)


808
809
810
# File 'sig/types.rbs', line 808

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")


809
810
811
# File 'sig/types.rbs', line 809

def outline_color
  @outline_color
end

#outline_size::Integer

Returns the value of attribute outline_size.

Returns:

  • (::Integer)


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

def outline_size
  @outline_size
end

#shadow_color"NONE", ...

Returns the value of attribute shadow_color.

Returns:

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


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

def shadow_color
  @shadow_color
end

#shadow_opacity::Integer

Returns the value of attribute shadow_opacity.

Returns:

  • (::Integer)


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

def shadow_opacity
  @shadow_opacity
end

#shadow_x_offset::Integer

Returns the value of attribute shadow_x_offset.

Returns:

  • (::Integer)


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

def shadow_x_offset
  @shadow_x_offset
end

#shadow_y_offset::Integer

Returns the value of attribute shadow_y_offset.

Returns:

  • (::Integer)


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

def shadow_y_offset
  @shadow_y_offset
end

#style_passthrough"ENABLED", "DISABLED"

Returns the value of attribute style_passthrough.

Returns:

  • ("ENABLED", "DISABLED")


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

def style_passthrough
  @style_passthrough
end

#subtitling_type"HEARING_IMPAIRED", "STANDARD"

Returns the value of attribute subtitling_type.

Returns:

  • ("HEARING_IMPAIRED", "STANDARD")


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

def subtitling_type
  @subtitling_type
end

#teletext_spacing"FIXED_GRID", ...

Returns the value of attribute teletext_spacing.

Returns:

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


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

def teletext_spacing
  @teletext_spacing
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


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

def width
  @width
end

#x_position::Integer

Returns the value of attribute x_position.

Returns:

  • (::Integer)


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

def x_position
  @x_position
end

#y_position::Integer

Returns the value of attribute y_position.

Returns:

  • (::Integer)


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

def y_position
  @y_position
end