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)


5498
5499
5500
# File 'sig/types.rbs', line 5498

def blank_cell_format
  @blank_cell_format
end

#currency_symbol::String

Returns the value of attribute currency_symbol.

Returns:

  • (::String)


5508
5509
5510
# File 'sig/types.rbs', line 5508

def currency_symbol
  @currency_symbol
end

#date_format::String

Returns the value of attribute date_format.

Returns:

  • (::String)


5499
5500
5501
# File 'sig/types.rbs', line 5499

def date_format
  @date_format
end

#decimal_separator"COMMA", "DOT"

Returns the value of attribute decimal_separator.

Returns:

  • ("COMMA", "DOT")


5500
5501
5502
# File 'sig/types.rbs', line 5500

def decimal_separator
  @decimal_separator
end

#fraction_digits::Integer

Returns the value of attribute fraction_digits.

Returns:

  • (::Integer)


5503
5504
5505
# File 'sig/types.rbs', line 5503

def fraction_digits
  @fraction_digits
end

#grouping_separator::String

Returns the value of attribute grouping_separator.

Returns:

  • (::String)


5501
5502
5503
# File 'sig/types.rbs', line 5501

def grouping_separator
  @grouping_separator
end

#negative_formatTypes::NegativeFormat

Returns the value of attribute negative_format.



5507
5508
5509
# File 'sig/types.rbs', line 5507

def negative_format
  @negative_format
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


5504
5505
5506
# File 'sig/types.rbs', line 5504

def prefix
  @prefix
end

#suffix::String

Returns the value of attribute suffix.

Returns:

  • (::String)


5505
5506
5507
# File 'sig/types.rbs', line 5505

def suffix
  @suffix
end

#unit_scaler"NONE", ...

Returns the value of attribute unit_scaler.

Returns:

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


5506
5507
5508
# File 'sig/types.rbs', line 5506

def unit_scaler
  @unit_scaler
end

#use_blank_cell_formatBoolean

Returns the value of attribute use_blank_cell_format.

Returns:

  • (Boolean)


5497
5498
5499
# File 'sig/types.rbs', line 5497

def use_blank_cell_format
  @use_blank_cell_format
end

#use_groupingBoolean

Returns the value of attribute use_grouping.

Returns:

  • (Boolean)


5502
5503
5504
# File 'sig/types.rbs', line 5502

def use_grouping
  @use_grouping
end