Class: Aws::QuickSight::Types::GeospatialNullSymbolStyle

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

Instance Attribute Details

#fill_colorString

The color and opacity values for the fill color.

Returns:

  • (String)


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_colorString

The color and opacity values for the stroke color.

Returns:

  • (String)


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_widthFloat

The width of the border stroke.

Returns:

  • (Float)


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