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")


11112
11113
11114
# File 'sig/types.rbs', line 11112

def grouping_style
  @grouping_style
end

#symbol"COMMA", ...

Returns the value of attribute symbol.

Returns:

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


11110
11111
11112
# File 'sig/types.rbs', line 11110

def symbol
  @symbol
end

#visibility"HIDDEN", "VISIBLE"

Returns the value of attribute visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


11111
11112
11113
# File 'sig/types.rbs', line 11111

def visibility
  @visibility
end