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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



17851
17852
17853
17854
17855
17856
17857
17858
# File 'lib/aws-sdk-quicksight/types.rb', line 17851

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.



17851
17852
17853
17854
17855
17856
17857
17858
# File 'lib/aws-sdk-quicksight/types.rb', line 17851

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.



17851
17852
17853
17854
17855
17856
17857
17858
# File 'lib/aws-sdk-quicksight/types.rb', line 17851

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).



17851
17852
17853
17854
17855
17856
17857
17858
# File 'lib/aws-sdk-quicksight/types.rb', line 17851

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