Class: Aws::Types::GridLayoutElementBorderStyle
- Inherits:
-
Object
- Object
- Aws::Types::GridLayoutElementBorderStyle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#color ⇒ ::String
Returns the value of attribute color.
-
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
-
#width ⇒ ::String
Returns the value of attribute width.
Instance Attribute Details
#color ⇒ ::String
Returns the value of attribute color.
6511 6512 6513 |
# File 'sig/types.rbs', line 6511 def color @color end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
6510 6511 6512 |
# File 'sig/types.rbs', line 6510 def visibility @visibility end |
#width ⇒ ::String
Returns the value of attribute width.
6512 6513 6514 |
# File 'sig/types.rbs', line 6512 def width @width end |