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)


20811
20812
20813
20814
20815
# File 'lib/aws-sdk-quicksight/types.rb', line 20811

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