Class: Aws::Types::VideoAttribute
- Inherits:
-
Object
- Object
- Aws::Types::VideoAttribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#border_color ⇒ "Black", ...
Returns the value of attribute border_color.
-
#border_thickness ⇒ ::Integer
Returns the value of attribute border_thickness.
-
#corner_radius ⇒ ::Integer
Returns the value of attribute corner_radius.
-
#highlight_color ⇒ "Black", ...
Returns the value of attribute highlight_color.
Instance Attribute Details
#border_color ⇒ "Black", ...
Returns the value of attribute border_color.
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.
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.
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.
941 942 943 |
# File 'sig/types.rbs', line 941 def highlight_color @highlight_color end |