Class: Aws::Types::TileStyle
- Inherits:
-
Object
- Object
- Aws::Types::TileStyle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#background_color ⇒ ::String
Returns the value of attribute background_color.
-
#border ⇒ Types::BorderStyle
Returns the value of attribute border.
-
#border_radius ⇒ ::String
Returns the value of attribute border_radius.
-
#padding ⇒ ::String
Returns the value of attribute padding.
Instance Attribute Details
#background_color ⇒ ::String
Returns the value of attribute background_color.
11524 11525 11526 |
# File 'sig/types.rbs', line 11524 def background_color @background_color end |
#border ⇒ Types::BorderStyle
Returns the value of attribute border.
11525 11526 11527 |
# File 'sig/types.rbs', line 11525 def border @border end |
#border_radius ⇒ ::String
Returns the value of attribute border_radius.
11526 11527 11528 |
# File 'sig/types.rbs', line 11526 def border_radius @border_radius end |
#padding ⇒ ::String
Returns the value of attribute padding.
11527 11528 11529 |
# File 'sig/types.rbs', line 11527 def padding @padding end |