Class: Aws::QuickSight::Types::BorderStyle
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BorderStyle
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Note:
When making an API call, you may pass BorderStyle data as a hash:
{
show: false,
}
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.
585 586 587 588 589 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 585 class BorderStyle < Struct.new( :show) SENSITIVE = [] include Aws::Structure end |