Class: Aws::Types::BurnInDestinationSettings
- Inherits:
-
Object
- Object
- Aws::Types::BurnInDestinationSettings
- 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.
383 384 385 |
# File 'sig/types.rbs', line 383 def alignment @alignment end |
#background_color ⇒ "BLACK", ...
Returns the value of attribute background_color.
384 385 386 |
# File 'sig/types.rbs', line 384 def background_color @background_color end |
#background_opacity ⇒ ::Integer
Returns the value of attribute background_opacity.
385 386 387 |
# File 'sig/types.rbs', line 385 def background_opacity @background_opacity end |
#font ⇒ Types::InputLocation
Returns the value of attribute font.
386 387 388 |
# File 'sig/types.rbs', line 386 def font @font end |
#font_color ⇒ "BLACK", ...
Returns the value of attribute font_color.
387 388 389 |
# File 'sig/types.rbs', line 387 def font_color @font_color end |
#font_opacity ⇒ ::Integer
Returns the value of attribute font_opacity.
388 389 390 |
# File 'sig/types.rbs', line 388 def font_opacity @font_opacity end |
#font_resolution ⇒ ::Integer
Returns the value of attribute font_resolution.
389 390 391 |
# File 'sig/types.rbs', line 389 def font_resolution @font_resolution end |
#font_size ⇒ ::String
Returns the value of attribute font_size.
390 391 392 |
# File 'sig/types.rbs', line 390 def font_size @font_size end |
#outline_color ⇒ "BLACK", ...
Returns the value of attribute outline_color.
391 392 393 |
# File 'sig/types.rbs', line 391 def outline_color @outline_color end |
#outline_size ⇒ ::Integer
Returns the value of attribute outline_size.
392 393 394 |
# File 'sig/types.rbs', line 392 def outline_size @outline_size end |
#shadow_color ⇒ "BLACK", ...
Returns the value of attribute shadow_color.
393 394 395 |
# File 'sig/types.rbs', line 393 def shadow_color @shadow_color end |
#shadow_opacity ⇒ ::Integer
Returns the value of attribute shadow_opacity.
394 395 396 |
# File 'sig/types.rbs', line 394 def shadow_opacity @shadow_opacity end |
#shadow_x_offset ⇒ ::Integer
Returns the value of attribute shadow_x_offset.
395 396 397 |
# File 'sig/types.rbs', line 395 def shadow_x_offset @shadow_x_offset end |
#shadow_y_offset ⇒ ::Integer
Returns the value of attribute shadow_y_offset.
396 397 398 |
# File 'sig/types.rbs', line 396 def shadow_y_offset @shadow_y_offset end |
#subtitle_rows ⇒ "ROWS_16", ...
Returns the value of attribute subtitle_rows.
400 401 402 |
# File 'sig/types.rbs', line 400 def subtitle_rows @subtitle_rows end |
#teletext_grid_control ⇒ "FIXED", "SCALED"
Returns the value of attribute teletext_grid_control.
397 398 399 |
# File 'sig/types.rbs', line 397 def teletext_grid_control @teletext_grid_control end |
#x_position ⇒ ::Integer
Returns the value of attribute x_position.
398 399 400 |
# File 'sig/types.rbs', line 398 def x_position @x_position end |
#y_position ⇒ ::Integer
Returns the value of attribute y_position.
399 400 401 |
# File 'sig/types.rbs', line 399 def y_position @y_position end |