Class: Aws::QuickSight::Types::MarginStyle

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

Overview

The display options for margins around the outside edge of sheets.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#showBoolean

This Boolean value controls whether to display sheet margins.

Returns:

  • (Boolean)


20251
20252
20253
20254
20255
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20251

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