Class: Aws::QuickSight::Types::GeospatialPolygonSymbolStyle
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialPolygonSymbolStyle
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The polygon symbol style for a polygon layer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fill_color ⇒ Types::GeospatialColor
The color and opacity values for the fill color.
-
#stroke_color ⇒ Types::GeospatialColor
The color and opacity values for the stroke color.
-
#stroke_width ⇒ Types::GeospatialLineWidth
The width of the border stroke.
Instance Attribute Details
#fill_color ⇒ Types::GeospatialColor
The color and opacity values for the fill color.
18574 18575 18576 18577 18578 18579 18580 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18574 class GeospatialPolygonSymbolStyle < Struct.new( :fill_color, :stroke_color, :stroke_width) SENSITIVE = [] include Aws::Structure end |
#stroke_color ⇒ Types::GeospatialColor
The color and opacity values for the stroke color.
18574 18575 18576 18577 18578 18579 18580 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18574 class GeospatialPolygonSymbolStyle < Struct.new( :fill_color, :stroke_color, :stroke_width) SENSITIVE = [] include Aws::Structure end |
#stroke_width ⇒ Types::GeospatialLineWidth
The width of the border stroke.
18574 18575 18576 18577 18578 18579 18580 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18574 class GeospatialPolygonSymbolStyle < Struct.new( :fill_color, :stroke_color, :stroke_width) SENSITIVE = [] include Aws::Structure end |