Class: Aws::QuickSight::Types::NullValueFormatConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#null_stringString

Determines the null string of null values.

Returns:

  • (String)


28812
28813
28814
28815
28816
# File 'lib/aws-sdk-quicksight/types.rb', line 28812

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