Class: Aws::QuickSight::Types::BorderStyle
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BorderStyle
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The display options for tile borders for visuals.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#show ⇒ Boolean
The option to enable display of borders for visuals.
Instance Attribute Details
#show ⇒ Boolean
The option to enable display of borders for visuals.
3303 3304 3305 3306 3307 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3303 class BorderStyle < Struct.new( :show) SENSITIVE = [] include Aws::Structure end |