Class: Aws::Types::NumericSeparatorConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#decimal_separator"COMMA", ...

Returns the value of attribute decimal_separator.

Returns:

  • ("COMMA", "DOT", "SPACE")


8319
8320
8321
# File 'sig/types.rbs', line 8319

def decimal_separator
  @decimal_separator
end

#thousands_separatorTypes::ThousandSeparatorOptions

Returns the value of attribute thousands_separator.



8320
8321
8322
# File 'sig/types.rbs', line 8320

def thousands_separator
  @thousands_separator
end