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

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



27158
27159
27160
27161
27162
27163
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27158

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.



27158
27159
27160
27161
27162
27163
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27158

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