Class: Aws::QuickSight::Types::SheetStyle

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The theme display options for sheets.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backgroundTypes::SheetBackgroundStyle

The background for sheets.



37704
37705
37706
37707
37708
37709
37710
# File 'lib/aws-sdk-quicksight/types.rb', line 37704

class SheetStyle < Struct.new(
  :tile,
  :tile_layout,
  :background)
  SENSITIVE = []
  include Aws::Structure
end

#tileTypes::TileStyle

The display options for tiles.

Returns:



37704
37705
37706
37707
37708
37709
37710
# File 'lib/aws-sdk-quicksight/types.rb', line 37704

class SheetStyle < Struct.new(
  :tile,
  :tile_layout,
  :background)
  SENSITIVE = []
  include Aws::Structure
end

#tile_layoutTypes::TileLayoutStyle

The layout options for tiles.



37704
37705
37706
37707
37708
37709
37710
# File 'lib/aws-sdk-quicksight/types.rb', line 37704

class SheetStyle < Struct.new(
  :tile,
  :tile_layout,
  :background)
  SENSITIVE = []
  include Aws::Structure
end