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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


16502
16503
16504
16505
16506
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16502

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