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
-
#border ⇒ Types::BorderStyle
The border around a tile.
Instance Attribute Details
#border ⇒ Types::BorderStyle
The border around a tile.
29633 29634 29635 29636 29637 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29633 class TileStyle < Struct.new( :border) SENSITIVE = [] include Aws::Structure end |