Class: Aws::Types::DisplayFormatOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blank_cell_format::String

Returns the value of attribute blank_cell_format.

Returns:

  • (::String)


5265
5266
5267
# File 'sig/types.rbs', line 5265

def blank_cell_format
  @blank_cell_format
end

#currency_symbol::String

Returns the value of attribute currency_symbol.

Returns:

  • (::String)


5275
5276
5277
# File 'sig/types.rbs', line 5275

def currency_symbol
  @currency_symbol
end

#date_format::String

Returns the value of attribute date_format.

Returns:

  • (::String)


5266
5267
5268
# File 'sig/types.rbs', line 5266

def date_format
  @date_format
end

#decimal_separator"COMMA", "DOT"

Returns the value of attribute decimal_separator.

Returns:

  • ("COMMA", "DOT")


5267
5268
5269
# File 'sig/types.rbs', line 5267

def decimal_separator
  @decimal_separator
end

#fraction_digits::Integer

Returns the value of attribute fraction_digits.

Returns:

  • (::Integer)


5270
5271
5272
# File 'sig/types.rbs', line 5270

def fraction_digits
  @fraction_digits
end

#grouping_separator::String

Returns the value of attribute grouping_separator.

Returns:

  • (::String)


5268
5269
5270
# File 'sig/types.rbs', line 5268

def grouping_separator
  @grouping_separator
end

#negative_formatTypes::NegativeFormat

Returns the value of attribute negative_format.



5274
5275
5276
# File 'sig/types.rbs', line 5274

def negative_format
  @negative_format
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


5271
5272
5273
# File 'sig/types.rbs', line 5271

def prefix
  @prefix
end

#suffix::String

Returns the value of attribute suffix.

Returns:

  • (::String)


5272
5273
5274
# File 'sig/types.rbs', line 5272

def suffix
  @suffix
end

#unit_scaler"NONE", ...

Returns the value of attribute unit_scaler.

Returns:

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


5273
5274
5275
# File 'sig/types.rbs', line 5273

def unit_scaler
  @unit_scaler
end

#use_blank_cell_formatBoolean

Returns the value of attribute use_blank_cell_format.

Returns:

  • (Boolean)


5264
5265
5266
# File 'sig/types.rbs', line 5264

def use_blank_cell_format
  @use_blank_cell_format
end

#use_groupingBoolean

Returns the value of attribute use_grouping.

Returns:

  • (Boolean)


5269
5270
5271
# File 'sig/types.rbs', line 5269

def use_grouping
  @use_grouping
end