Class: Aws::QuickSight::Types::GutterStyle

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

Overview

The display options for gutter spacing between tiles on a sheet.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#showBoolean

This Boolean value controls whether to display a gutter space between sheet tiles.

Returns:

  • (Boolean)


17302
17303
17304
17305
17306
# File 'lib/aws-sdk-quicksight/types.rb', line 17302

class GutterStyle < Struct.new(
  :show)
  SENSITIVE = []
  include Aws::Structure
end