Class: Aws::Types::BorderStyle
- Inherits:
-
Object
- Object
- Aws::Types::BorderStyle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#color ⇒ ::String
Returns the value of attribute color.
-
#show ⇒ Boolean
Returns the value of attribute show.
-
#width ⇒ ::String
Returns the value of attribute width.
Instance Attribute Details
#color ⇒ ::String
Returns the value of attribute color.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def color @color end |
#show ⇒ Boolean
Returns the value of attribute show.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def show @show end |
#width ⇒ ::String
Returns the value of attribute width.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def width @width end |