Class: Aws::QuickSight::Types::GeospatialNullDataSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialNullDataSettings
- Defined in:
- gems/aws-sdk-quicksight/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.
18699 18700 18701 18702 18703 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18699 class GeospatialNullDataSettings < Struct.new( :symbol_style) SENSITIVE = [] include Aws::Structure end |