Class: Aws::Types::ThousandSeparatorOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#grouping_style"DEFAULT", "LAKHS"

Returns the value of attribute grouping_style.

Returns:

  • ("DEFAULT", "LAKHS")


11502
11503
11504
# File 'sig/types.rbs', line 11502

def grouping_style
  @grouping_style
end

#symbol"COMMA", ...

Returns the value of attribute symbol.

Returns:

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


11500
11501
11502
# File 'sig/types.rbs', line 11500

def symbol
  @symbol
end

#visibility"HIDDEN", "VISIBLE"

Returns the value of attribute visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


11501
11502
11503
# File 'sig/types.rbs', line 11501

def visibility
  @visibility
end