Class: Aws::QuickSight::Types::BorderStyle

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

Overview

The display options for tile borders for visuals.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#showBoolean

The option to enable display of borders for visuals.

Returns:

  • (Boolean)


2764
2765
2766
2767
2768
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2764

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