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
The theme display options for sheets.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#background ⇒ Types::SheetBackgroundStyle
The background for sheets.
-
#tile ⇒ Types::TileStyle
The display options for tiles.
-
#tile_layout ⇒ Types::TileLayoutStyle
The layout options for tiles.
Instance Attribute Details
#background ⇒ Types::SheetBackgroundStyle
The background for sheets.
35410 35411 35412 35413 35414 35415 35416 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35410 class SheetStyle < Struct.new( :tile, :tile_layout, :background) SENSITIVE = [] include Aws::Structure end |
#tile ⇒ Types::TileStyle
The display options for tiles.
35410 35411 35412 35413 35414 35415 35416 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35410 class SheetStyle < Struct.new( :tile, :tile_layout, :background) SENSITIVE = [] include Aws::Structure end |
#tile_layout ⇒ Types::TileLayoutStyle
The layout options for tiles.
35410 35411 35412 35413 35414 35415 35416 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35410 class SheetStyle < Struct.new( :tile, :tile_layout, :background) SENSITIVE = [] include Aws::Structure end |