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.
31136 31137 31138 31139 31140 31141 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31136 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.
31136 31137 31138 31139 31140 31141 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31136 class TileLayoutStyle < Struct.new( :gutter, :margin) SENSITIVE = [] include Aws::Structure end |