Class: Aws::QuickSight::Types::GeospatialNullDataSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The properties for the visualization of null data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#symbol_styleTypes::GeospatialNullSymbolStyle

The symbol style for null data.



18448
18449
18450
18451
18452
# File 'lib/aws-sdk-quicksight/types.rb', line 18448

class GeospatialNullDataSettings < Struct.new(
  :symbol_style)
  SENSITIVE = []
  include Aws::Structure
end