Class: Aws::QuickSight::Types::TileLayoutStyle

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

Overview

The display options for the layout of tiles on a sheet.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gutterTypes::GutterStyle

The gutter settings that apply between tiles.

Returns:



28290
28291
28292
28293
28294
28295
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28290

class TileLayoutStyle < Struct.new(
  :gutter,
  :margin)
  SENSITIVE = []
  include Aws::Structure
end

#marginTypes::MarginStyle

The margin settings that apply around the outside edge of sheets.

Returns:



28290
28291
28292
28293
28294
28295
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28290

class TileLayoutStyle < Struct.new(
  :gutter,
  :margin)
  SENSITIVE = []
  include Aws::Structure
end