Class: Aws::Types::DvbSubDestinationSettings
- Inherits:
-
Object
- Object
- Aws::Types::DvbSubDestinationSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alignment ⇒ "CENTERED", ...
Returns the value of attribute alignment.
-
#apply_font_color ⇒ "WHITE_TEXT_ONLY", "ALL_TEXT"
Returns the value of attribute apply_font_color.
-
#background_color ⇒ "NONE", ...
Returns the value of attribute background_color.
-
#background_opacity ⇒ ::Integer
Returns the value of attribute background_opacity.
-
#dds_handling ⇒ "NONE", ...
Returns the value of attribute dds_handling.
-
#dds_x_coordinate ⇒ ::Integer
Returns the value of attribute dds_x_coordinate.
-
#dds_y_coordinate ⇒ ::Integer
Returns the value of attribute dds_y_coordinate.
-
#fallback_font ⇒ "BEST_MATCH", ...
Returns the value of attribute fallback_font.
-
#font_color ⇒ "WHITE", ...
Returns the value of attribute font_color.
-
#font_file_bold ⇒ ::String
Returns the value of attribute font_file_bold.
-
#font_file_bold_italic ⇒ ::String
Returns the value of attribute font_file_bold_italic.
-
#font_file_italic ⇒ ::String
Returns the value of attribute font_file_italic.
-
#font_file_regular ⇒ ::String
Returns the value of attribute font_file_regular.
-
#font_opacity ⇒ ::Integer
Returns the value of attribute font_opacity.
-
#font_resolution ⇒ ::Integer
Returns the value of attribute font_resolution.
-
#font_script ⇒ "AUTOMATIC", ...
Returns the value of attribute font_script.
-
#font_size ⇒ ::Integer
Returns the value of attribute font_size.
-
#height ⇒ ::Integer
Returns the value of attribute height.
-
#hex_font_color ⇒ ::String
Returns the value of attribute hex_font_color.
-
#outline_color ⇒ "BLACK", ...
Returns the value of attribute outline_color.
-
#outline_size ⇒ ::Integer
Returns the value of attribute outline_size.
-
#shadow_color ⇒ "NONE", ...
Returns the value of attribute shadow_color.
-
#shadow_opacity ⇒ ::Integer
Returns the value of attribute shadow_opacity.
-
#shadow_x_offset ⇒ ::Integer
Returns the value of attribute shadow_x_offset.
-
#shadow_y_offset ⇒ ::Integer
Returns the value of attribute shadow_y_offset.
-
#style_passthrough ⇒ "ENABLED", "DISABLED"
Returns the value of attribute style_passthrough.
-
#subtitling_type ⇒ "HEARING_IMPAIRED", "STANDARD"
Returns the value of attribute subtitling_type.
-
#teletext_spacing ⇒ "FIXED_GRID", ...
Returns the value of attribute teletext_spacing.
-
#width ⇒ ::Integer
Returns the value of attribute width.
-
#x_position ⇒ ::Integer
Returns the value of attribute x_position.
-
#y_position ⇒ ::Integer
Returns the value of attribute y_position.
Instance Attribute Details
#alignment ⇒ "CENTERED", ...
Returns the value of attribute alignment.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
827 828 829 |
# File 'sig/types.rbs', line 827 def font_size @font_size end |
#height ⇒ ::Integer
Returns the value of attribute height.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
838 839 840 |
# File 'sig/types.rbs', line 838 def teletext_spacing @teletext_spacing end |
#width ⇒ ::Integer
Returns the value of attribute width.
839 840 841 |
# File 'sig/types.rbs', line 839 def width @width end |
#x_position ⇒ ::Integer
Returns the value of attribute x_position.
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.
841 842 843 |
# File 'sig/types.rbs', line 841 def y_position @y_position end |