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.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def color @color end |
#show ⇒ Boolean
Returns the value of attribute show.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def show @show end |
#width ⇒ ::String
Returns the value of attribute width.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def width @width end |