Class: Aws::QuickSight::Types::NullValueFormatConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::NullValueFormatConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The options that determine the null value format configuration.
Constant Summary collapse
- SENSITIVE =
[:null_string]
Instance Attribute Summary collapse
-
#null_string ⇒ String
Determines the null string of null values.
Instance Attribute Details
#null_string ⇒ String
Determines the null string of null values.
22856 22857 22858 22859 22860 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22856 class NullValueFormatConfiguration < Struct.new( :null_string) SENSITIVE = [:null_string] include Aws::Structure end |