Class: Aws::QuickSight::Types::GeospatialCircleSymbolStyle

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#circle_radiusTypes::GeospatialCircleRadius

The radius of the circle.



21316
21317
21318
21319
21320
21321
21322
21323
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21316

class GeospatialCircleSymbolStyle < Struct.new(
  :fill_color,
  :stroke_color,
  :stroke_width,
  :circle_radius)
  SENSITIVE = []
  include Aws::Structure
end

#fill_colorTypes::GeospatialColor

The color and opacity values for the fill color.



21316
21317
21318
21319
21320
21321
21322
21323
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21316

class GeospatialCircleSymbolStyle < Struct.new(
  :fill_color,
  :stroke_color,
  :stroke_width,
  :circle_radius)
  SENSITIVE = []
  include Aws::Structure
end

#stroke_colorTypes::GeospatialColor

The color and opacity values for the stroke color.



21316
21317
21318
21319
21320
21321
21322
21323
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21316

class GeospatialCircleSymbolStyle < Struct.new(
  :fill_color,
  :stroke_color,
  :stroke_width,
  :circle_radius)
  SENSITIVE = []
  include Aws::Structure
end

#stroke_widthTypes::GeospatialLineWidth

The width of the stroke (border).



21316
21317
21318
21319
21320
21321
21322
21323
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21316

class GeospatialCircleSymbolStyle < Struct.new(
  :fill_color,
  :stroke_color,
  :stroke_width,
  :circle_radius)
  SENSITIVE = []
  include Aws::Structure
end