Class: Aws::QuickSight::Types::TileLayoutStyle
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TileLayoutStyle
- Includes:
- Structure
- Defined in:
- 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
-
#gutter ⇒ Types::GutterStyle
The gutter settings that apply between tiles.
-
#margin ⇒ Types::MarginStyle
The margin settings that apply around the outside edge of sheets.
Instance Attribute Details
#gutter ⇒ Types::GutterStyle
The gutter settings that apply between tiles.
29831 29832 29833 29834 29835 29836 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29831 class TileLayoutStyle < Struct.new( :gutter, :margin) SENSITIVE = [] include Aws::Structure end |
#margin ⇒ Types::MarginStyle
The margin settings that apply around the outside edge of sheets.
29831 29832 29833 29834 29835 29836 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29831 class TileLayoutStyle < Struct.new( :gutter, :margin) SENSITIVE = [] include Aws::Structure end |