Class: Aws::Types::BurninDestinationSettings

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


271
272
273
# File 'sig/types.rbs', line 271

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


272
273
274
# File 'sig/types.rbs', line 272

def apply_font_color
  @apply_font_color
end

#background_color"NONE", ...

Returns the value of attribute background_color.

Returns:

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


273
274
275
# File 'sig/types.rbs', line 273

def background_color
  @background_color
end

#background_opacity::Integer

Returns the value of attribute background_opacity.

Returns:

  • (::Integer)


274
275
276
# File 'sig/types.rbs', line 274

def background_opacity
  @background_opacity
end

#fallback_font"BEST_MATCH", ...

Returns the value of attribute fallback_font.

Returns:

  • ("BEST_MATCH", "MONOSPACED_SANSSERIF", "MONOSPACED_SERIF", "PROPORTIONAL_SANSSERIF", "PROPORTIONAL_SERIF")


275
276
277
# File 'sig/types.rbs', line 275

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


276
277
278
# File 'sig/types.rbs', line 276

def font_color
  @font_color
end

#font_file_bold::String

Returns the value of attribute font_file_bold.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def font_file_bold
  @font_file_bold
end

#font_file_bold_italic::String

Returns the value of attribute font_file_bold_italic.

Returns:

  • (::String)


278
279
280
# File 'sig/types.rbs', line 278

def font_file_bold_italic
  @font_file_bold_italic
end

#font_file_italic::String

Returns the value of attribute font_file_italic.

Returns:

  • (::String)


279
280
281
# File 'sig/types.rbs', line 279

def font_file_italic
  @font_file_italic
end

#font_file_regular::String

Returns the value of attribute font_file_regular.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def font_file_regular
  @font_file_regular
end

#font_opacity::Integer

Returns the value of attribute font_opacity.

Returns:

  • (::Integer)


281
282
283
# File 'sig/types.rbs', line 281

def font_opacity
  @font_opacity
end

#font_resolution::Integer

Returns the value of attribute font_resolution.

Returns:

  • (::Integer)


282
283
284
# File 'sig/types.rbs', line 282

def font_resolution
  @font_resolution
end

#font_script"AUTOMATIC", ...

Returns the value of attribute font_script.

Returns:

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


283
284
285
# File 'sig/types.rbs', line 283

def font_script
  @font_script
end

#font_size::Integer

Returns the value of attribute font_size.

Returns:

  • (::Integer)


284
285
286
# File 'sig/types.rbs', line 284

def font_size
  @font_size
end

#hex_font_color::String

Returns the value of attribute hex_font_color.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

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


286
287
288
# File 'sig/types.rbs', line 286

def outline_color
  @outline_color
end

#outline_size::Integer

Returns the value of attribute outline_size.

Returns:

  • (::Integer)


287
288
289
# File 'sig/types.rbs', line 287

def outline_size
  @outline_size
end

#remove_ruby_reserve_attributes"DISABLED", "ENABLED"

Returns the value of attribute remove_ruby_reserve_attributes.

Returns:

  • ("DISABLED", "ENABLED")


288
289
290
# File 'sig/types.rbs', line 288

def remove_ruby_reserve_attributes
  @remove_ruby_reserve_attributes
end

#shadow_color"NONE", ...

Returns the value of attribute shadow_color.

Returns:

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


289
290
291
# File 'sig/types.rbs', line 289

def shadow_color
  @shadow_color
end

#shadow_opacity::Integer

Returns the value of attribute shadow_opacity.

Returns:

  • (::Integer)


290
291
292
# File 'sig/types.rbs', line 290

def shadow_opacity
  @shadow_opacity
end

#shadow_x_offset::Integer

Returns the value of attribute shadow_x_offset.

Returns:

  • (::Integer)


291
292
293
# File 'sig/types.rbs', line 291

def shadow_x_offset
  @shadow_x_offset
end

#shadow_y_offset::Integer

Returns the value of attribute shadow_y_offset.

Returns:

  • (::Integer)


292
293
294
# File 'sig/types.rbs', line 292

def shadow_y_offset
  @shadow_y_offset
end

#style_passthrough"ENABLED", "DISABLED"

Returns the value of attribute style_passthrough.

Returns:

  • ("ENABLED", "DISABLED")


293
294
295
# File 'sig/types.rbs', line 293

def style_passthrough
  @style_passthrough
end

#teletext_spacing"FIXED_GRID", ...

Returns the value of attribute teletext_spacing.

Returns:

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


294
295
296
# File 'sig/types.rbs', line 294

def teletext_spacing
  @teletext_spacing
end

#x_position::Integer

Returns the value of attribute x_position.

Returns:

  • (::Integer)


295
296
297
# File 'sig/types.rbs', line 295

def x_position
  @x_position
end

#y_position::Integer

Returns the value of attribute y_position.

Returns:

  • (::Integer)


296
297
298
# File 'sig/types.rbs', line 296

def y_position
  @y_position
end