Class: Aws::Types::NumberDisplayFormatConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:prefix, :suffix])

Instance Attribute Summary collapse

Instance Attribute Details

#decimal_places_configurationTypes::DecimalPlacesConfiguration

Returns the value of attribute decimal_places_configuration.



8605
8606
8607
# File 'sig/types.rbs', line 8605

def decimal_places_configuration
  @decimal_places_configuration
end

#negative_value_configurationTypes::NegativeValueConfiguration

Returns the value of attribute negative_value_configuration.



8607
8608
8609
# File 'sig/types.rbs', line 8607

def negative_value_configuration
  @negative_value_configuration
end

#null_value_format_configurationTypes::NullValueFormatConfiguration

Returns the value of attribute null_value_format_configuration.



8608
8609
8610
# File 'sig/types.rbs', line 8608

def null_value_format_configuration
  @null_value_format_configuration
end

#number_scale"NONE", ...

Returns the value of attribute number_scale.

Returns:

  • ("NONE", "AUTO", "THOUSANDS", "MILLIONS", "BILLIONS", "TRILLIONS", "LAKHS", "CRORES")


8606
8607
8608
# File 'sig/types.rbs', line 8606

def number_scale
  @number_scale
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


8602
8603
8604
# File 'sig/types.rbs', line 8602

def prefix
  @prefix
end

#separator_configurationTypes::NumericSeparatorConfiguration

Returns the value of attribute separator_configuration.



8604
8605
8606
# File 'sig/types.rbs', line 8604

def separator_configuration
  @separator_configuration
end

#suffix::String

Returns the value of attribute suffix.

Returns:

  • (::String)


8603
8604
8605
# File 'sig/types.rbs', line 8603

def suffix
  @suffix
end