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.
39024 39025 39026 39027 39028 39029 39030 39031 |
# File 'lib/aws-sdk-quicksight/types.rb', line 39024 class TileStyle < Struct.new( :background_color, :border, :border_radius, :padding) SENSITIVE = [] include Aws::Structure end |
#border ⇒ Types::BorderStyle
The border around a tile.
39024 39025 39026 39027 39028 39029 39030 39031 |
# File 'lib/aws-sdk-quicksight/types.rb', line 39024 class TileStyle < Struct.new( :background_color, :border, :border_radius, :padding) SENSITIVE = [] include Aws::Structure end |