Class: Aws::QuickSight::Types::TileStyle
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TileStyle
- Defined in:
- gems/aws-sdk-quicksight/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.
32999 33000 33001 33002 33003 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32999 class TileStyle < Struct.new( :border) SENSITIVE = [] include Aws::Structure end |