Class: Aws::Types::DvbSubDestinationSettings

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


1167
1168
1169
# File 'sig/types.rbs', line 1167

def alignment
  @alignment
end

#background_color"BLACK", ...

Returns the value of attribute background_color.

Returns:

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


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.

Returns:

  • (::Integer)


1169
1170
1171
# File 'sig/types.rbs', line 1169

def background_opacity
  @background_opacity
end

#fontTypes::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.

Returns:

  • ("BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELLOW")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • ("BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELLOW")


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.

Returns:

  • (::Integer)


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.

Returns:

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


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("ROWS_16", "ROWS_20", "ROWS_24")


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.

Returns:

  • ("FIXED", "SCALED")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


1183
1184
1185
# File 'sig/types.rbs', line 1183

def y_position
  @y_position
end