Class: Aws::Types::VideoAttribute

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#border_color ⇒ "Black", ...

Returns the value of attribute border_color.

Returns:

  • ("Black", "Blue", "Red", "Green", "White", "Yellow")


940
941
942
# File 'sig/types.rbs', line 940

def border_color
  @border_color
end

#border_thickness ⇒ ::Integer

Returns the value of attribute border_thickness.

Returns:

  • (::Integer)


942
943
944
# File 'sig/types.rbs', line 942

def border_thickness
  @border_thickness
end

#corner_radius ⇒ ::Integer

Returns the value of attribute corner_radius.

Returns:

  • (::Integer)


939
940
941
# File 'sig/types.rbs', line 939

def corner_radius
  @corner_radius
end

#highlight_color ⇒ "Black", ...

Returns the value of attribute highlight_color.

Returns:

  • ("Black", "Blue", "Red", "Green", "White", "Yellow")


941
942
943
# File 'sig/types.rbs', line 941

def highlight_color
  @highlight_color
end