Class: Aws::QuickSight::Types::GeospatialNullSymbolStyle
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialNullSymbolStyle
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The symbol style for null data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fill_color ⇒ String
The color and opacity values for the fill color.
-
#stroke_color ⇒ String
The color and opacity values for the stroke color.
-
#stroke_width ⇒ Float
The width of the border stroke.
Instance Attribute Details
#fill_color ⇒ String
The color and opacity values for the fill color.
18470 18471 18472 18473 18474 18475 18476 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18470 class GeospatialNullSymbolStyle < Struct.new( :fill_color, :stroke_color, :stroke_width) SENSITIVE = [] include Aws::Structure end |
#stroke_color ⇒ String
The color and opacity values for the stroke color.
18470 18471 18472 18473 18474 18475 18476 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18470 class GeospatialNullSymbolStyle < Struct.new( :fill_color, :stroke_color, :stroke_width) SENSITIVE = [] include Aws::Structure end |
#stroke_width ⇒ Float
The width of the border stroke.
18470 18471 18472 18473 18474 18475 18476 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18470 class GeospatialNullSymbolStyle < Struct.new( :fill_color, :stroke_color, :stroke_width) SENSITIVE = [] include Aws::Structure end |