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.
-
#background_color ⇒ "BLACK", ...
Returns the value of attribute background_color.
-
#background_opacity ⇒ ::Integer
Returns the value of attribute background_opacity.
-
#font ⇒ Types::InputLocation
Returns the value of attribute font.
-
#font_color ⇒ "BLACK", ...
Returns the value of attribute font_color.
-
#font_opacity ⇒ ::Integer
Returns the value of attribute font_opacity.
-
#font_resolution ⇒ ::Integer
Returns the value of attribute font_resolution.
-
#font_size ⇒ ::String
Returns the value of attribute font_size.
-
#outline_color ⇒ "BLACK", ...
Returns the value of attribute outline_color.
-
#outline_size ⇒ ::Integer
Returns the value of attribute outline_size.
-
#shadow_color ⇒ "BLACK", ...
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.
-
#subtitle_rows ⇒ "ROWS_16", ...
Returns the value of attribute subtitle_rows.
-
#teletext_grid_control ⇒ "FIXED", "SCALED"
Returns the value of attribute teletext_grid_control.
-
#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.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def alignment @alignment end |
#background_color ⇒ "BLACK", ...
Returns the value of attribute background_color.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def background_color @background_color end |
#background_opacity ⇒ ::Integer
Returns the value of attribute background_opacity.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def background_opacity @background_opacity end |
#font ⇒ Types::InputLocation
Returns the value of attribute font.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def font @font end |
#font_color ⇒ "BLACK", ...
Returns the value of attribute font_color.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def font_color @font_color end |
#font_opacity ⇒ ::Integer
Returns the value of attribute font_opacity.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def font_opacity @font_opacity end |
#font_resolution ⇒ ::Integer
Returns the value of attribute font_resolution.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def font_resolution @font_resolution end |
#font_size ⇒ ::String
Returns the value of attribute font_size.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def font_size @font_size end |
#outline_color ⇒ "BLACK", ...
Returns the value of attribute outline_color.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def outline_color @outline_color end |
#outline_size ⇒ ::Integer
Returns the value of attribute outline_size.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def outline_size @outline_size end |
#shadow_color ⇒ "BLACK", ...
Returns the value of attribute shadow_color.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def shadow_color @shadow_color end |
#shadow_opacity ⇒ ::Integer
Returns the value of attribute shadow_opacity.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def shadow_opacity @shadow_opacity end |
#shadow_x_offset ⇒ ::Integer
Returns the value of attribute shadow_x_offset.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def shadow_x_offset @shadow_x_offset end |
#shadow_y_offset ⇒ ::Integer
Returns the value of attribute shadow_y_offset.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def shadow_y_offset @shadow_y_offset end |
#subtitle_rows ⇒ "ROWS_16", ...
Returns the value of attribute subtitle_rows.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def subtitle_rows @subtitle_rows end |
#teletext_grid_control ⇒ "FIXED", "SCALED"
Returns the value of attribute teletext_grid_control.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def teletext_grid_control @teletext_grid_control end |
#x_position ⇒ ::Integer
Returns the value of attribute x_position.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def x_position @x_position end |
#y_position ⇒ ::Integer
Returns the value of attribute y_position.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def y_position @y_position end |