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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
806 807 808 |
# File 'sig/types.rbs', line 806 def font_size @font_size end |
#height ⇒ ::Integer
Returns the value of attribute height.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
817 818 819 |
# File 'sig/types.rbs', line 817 def teletext_spacing @teletext_spacing end |
#width ⇒ ::Integer
Returns the value of attribute width.
818 819 820 |
# File 'sig/types.rbs', line 818 def width @width end |
#x_position ⇒ ::Integer
Returns the value of attribute x_position.
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.
820 821 822 |
# File 'sig/types.rbs', line 820 def y_position @y_position end |