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.
11134 11135 11136 |
# File 'sig/types.rbs', line 11134 def background_color @background_color end |
#border ⇒ Types::BorderStyle
Returns the value of attribute border.
11135 11136 11137 |
# File 'sig/types.rbs', line 11135 def border @border end |
#border_radius ⇒ ::String
Returns the value of attribute border_radius.
11136 11137 11138 |
# File 'sig/types.rbs', line 11136 def border_radius @border_radius end |
#padding ⇒ ::String
Returns the value of attribute padding.
11137 11138 11139 |
# File 'sig/types.rbs', line 11137 def padding @padding end |