Class: Aws::QuickSight::Types::SheetStyle
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SheetStyle
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Note:
When making an API call, you may pass SheetStyle data as a hash:
{
tile: {
border: {
show: false,
},
},
tile_layout: {
gutter: {
show: false,
},
margin: {
show: false,
},
},
}
The theme display options for sheets.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tile ⇒ Types::TileStyle
The display options for tiles.
-
#tile_layout ⇒ Types::TileLayoutStyle
The layout options for tiles.
Instance Attribute Details
#tile ⇒ Types::TileStyle
The display options for tiles.
11492 11493 11494 11495 11496 11497 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11492 class SheetStyle < Struct.new( :tile, :tile_layout) SENSITIVE = [] include Aws::Structure end |
#tile_layout ⇒ Types::TileLayoutStyle
The layout options for tiles.
11492 11493 11494 11495 11496 11497 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11492 class SheetStyle < Struct.new( :tile, :tile_layout) SENSITIVE = [] include Aws::Structure end |