Class: Aws::QuickSight::Types::GeospatialNullDataSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialNullDataSettings
- 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
-
#symbol_style ⇒ Types::GeospatialNullSymbolStyle
The symbol style for null data.
Instance Attribute Details
#symbol_style ⇒ Types::GeospatialNullSymbolStyle
The symbol style for null data.
18164 18165 18166 18167 18168 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18164 class GeospatialNullDataSettings < Struct.new( :symbol_style) SENSITIVE = [] include Aws::Structure end |