Class: Aws::QuickSight::Types::GeospatialCircleSymbolStyle
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialCircleSymbolStyle
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The properties for a circle symbol style.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#circle_radius ⇒ Types::GeospatialCircleRadius
The radius of the circle.
-
#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 stroke (border).
Instance Attribute Details
#circle_radius ⇒ Types::GeospatialCircleRadius
The radius of the circle.
18097 18098 18099 18100 18101 18102 18103 18104 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18097 class GeospatialCircleSymbolStyle < Struct.new( :fill_color, :stroke_color, :stroke_width, :circle_radius) SENSITIVE = [] include Aws::Structure end |
#fill_color ⇒ Types::GeospatialColor
The color and opacity values for the fill color.
18097 18098 18099 18100 18101 18102 18103 18104 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18097 class GeospatialCircleSymbolStyle < Struct.new( :fill_color, :stroke_color, :stroke_width, :circle_radius) SENSITIVE = [] include Aws::Structure end |
#stroke_color ⇒ Types::GeospatialColor
The color and opacity values for the stroke color.
18097 18098 18099 18100 18101 18102 18103 18104 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18097 class GeospatialCircleSymbolStyle < Struct.new( :fill_color, :stroke_color, :stroke_width, :circle_radius) SENSITIVE = [] include Aws::Structure end |
#stroke_width ⇒ Types::GeospatialLineWidth
The width of the stroke (border).
18097 18098 18099 18100 18101 18102 18103 18104 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18097 class GeospatialCircleSymbolStyle < Struct.new( :fill_color, :stroke_color, :stroke_width, :circle_radius) SENSITIVE = [] include Aws::Structure end |