Class: Aws::QuickSight::Types::GeospatialNullSymbolStyle
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialNullSymbolStyle
- Includes:
- Structure
- Defined in:
- 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.
18186 18187 18188 18189 18190 18191 18192 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18186 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.
18186 18187 18188 18189 18190 18191 18192 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18186 class GeospatialNullSymbolStyle < Struct.new( :fill_color, :stroke_color, :stroke_width) SENSITIVE = [] include Aws::Structure end |
#stroke_width ⇒ Float
The width of the border stroke.
18186 18187 18188 18189 18190 18191 18192 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18186 class GeospatialNullSymbolStyle < Struct.new( :fill_color, :stroke_color, :stroke_width) SENSITIVE = [] include Aws::Structure end |