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
-
#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.
36722 36723 36724 36725 36726 36727 36728 36729 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36722 class TileStyle < Struct.new( :background_color, :border, :border_radius, :padding) SENSITIVE = [] include Aws::Structure end |
#border ⇒ Types::BorderStyle
The border around a tile.
36722 36723 36724 36725 36726 36727 36728 36729 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36722 class TileStyle < Struct.new( :background_color, :border, :border_radius, :padding) SENSITIVE = [] include Aws::Structure end |
#border_radius ⇒ String
The border radius of a tile.
36722 36723 36724 36725 36726 36727 36728 36729 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36722 class TileStyle < Struct.new( :background_color, :border, :border_radius, :padding) SENSITIVE = [] include Aws::Structure end |