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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


24410
24411
24412
24413
24414
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24410

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