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