Class: Aws::QuickSight::Types::TileStyle
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TileStyle
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Display options related to tiles on a sheet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#background_color ⇒ String
The background color of a tile.
-
#border ⇒ Types::BorderStyle
The border around a tile.
-
#border_radius ⇒ String
The border radius of a tile.
-
#padding ⇒ String
The padding of a tile.
Instance Attribute Details
#background_color ⇒ String
The background color of a tile.
41244 41245 41246 41247 41248 41249 41250 41251 |
# File 'lib/aws-sdk-quicksight/types.rb', line 41244 class TileStyle < Struct.new( :background_color, :border, :border_radius, :padding) SENSITIVE = [] include Aws::Structure end |
#border ⇒ Types::BorderStyle
The border around a tile.
41244 41245 41246 41247 41248 41249 41250 41251 |
# File 'lib/aws-sdk-quicksight/types.rb', line 41244 class TileStyle < Struct.new( :background_color, :border, :border_radius, :padding) SENSITIVE = [] include Aws::Structure end |