Class: Aws::QuickSight::Types::TileLayoutStyle
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TileLayoutStyle
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Note:
When making an API call, you may pass TileLayoutStyle data as a hash:
{
gutter: {
show: false,
},
margin: {
show: false,
},
}
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.
12433 12434 12435 12436 12437 12438 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12433 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.
12433 12434 12435 12436 12437 12438 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12433 class TileLayoutStyle < Struct.new( :gutter, :margin) SENSITIVE = [] include Aws::Structure end |