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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#backgroundTypes::SheetBackgroundStyle

The background for sheets.



34288
34289
34290
34291
34292
34293
34294
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34288

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

#tileTypes::TileStyle

The display options for tiles.

Returns:



34288
34289
34290
34291
34292
34293
34294
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34288

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

#tile_layoutTypes::TileLayoutStyle

The layout options for tiles.



34288
34289
34290
34291
34292
34293
34294
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34288

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