Class: Aws::QuickSight::Types::StringFormatConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Formatting configuration for string fields.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#null_value_format_configurationTypes::NullValueFormatConfiguration

The options that determine the null value format configuration.



28024
28025
28026
28027
28028
28029
# File 'lib/aws-sdk-quicksight/types.rb', line 28024

class StringFormatConfiguration < Struct.new(
  :null_value_format_configuration,
  :numeric_format_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#numeric_format_configurationTypes::NumericFormatConfiguration

The formatting configuration for numeric strings.



28024
28025
28026
28027
28028
28029
# File 'lib/aws-sdk-quicksight/types.rb', line 28024

class StringFormatConfiguration < Struct.new(
  :null_value_format_configuration,
  :numeric_format_configuration)
  SENSITIVE = []
  include Aws::Structure
end