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.
31151 31152 31153 31154 31155 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31151 class TileStyle < Struct.new( :border) SENSITIVE = [] include Aws::Structure end |