Class: Aws::Types::DisplayFormatOptions
- Inherits:
-
Object
- Object
- Aws::Types::DisplayFormatOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blank_cell_format ⇒ ::String
Returns the value of attribute blank_cell_format.
-
#currency_symbol ⇒ ::String
Returns the value of attribute currency_symbol.
-
#date_format ⇒ ::String
Returns the value of attribute date_format.
-
#decimal_separator ⇒ "COMMA", "DOT"
Returns the value of attribute decimal_separator.
-
#fraction_digits ⇒ ::Integer
Returns the value of attribute fraction_digits.
-
#grouping_separator ⇒ ::String
Returns the value of attribute grouping_separator.
-
#negative_format ⇒ Types::NegativeFormat
Returns the value of attribute negative_format.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#suffix ⇒ ::String
Returns the value of attribute suffix.
-
#unit_scaler ⇒ "NONE", ...
Returns the value of attribute unit_scaler.
-
#use_blank_cell_format ⇒ Boolean
Returns the value of attribute use_blank_cell_format.
-
#use_grouping ⇒ Boolean
Returns the value of attribute use_grouping.
Instance Attribute Details
#blank_cell_format ⇒ ::String
Returns the value of attribute blank_cell_format.
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.
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.
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.
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.
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.
5501 5502 5503 |
# File 'sig/types.rbs', line 5501 def grouping_separator @grouping_separator end |
#negative_format ⇒ Types::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.
5504 5505 5506 |
# File 'sig/types.rbs', line 5504 def prefix @prefix end |
#suffix ⇒ ::String
Returns the value of attribute suffix.
5505 5506 5507 |
# File 'sig/types.rbs', line 5505 def suffix @suffix end |
#unit_scaler ⇒ "NONE", ...
Returns the value of attribute unit_scaler.
5506 5507 5508 |
# File 'sig/types.rbs', line 5506 def unit_scaler @unit_scaler end |
#use_blank_cell_format ⇒ Boolean
Returns the value of attribute use_blank_cell_format.
5497 5498 5499 |
# File 'sig/types.rbs', line 5497 def use_blank_cell_format @use_blank_cell_format end |
#use_grouping ⇒ Boolean
Returns the value of attribute use_grouping.
5502 5503 5504 |
# File 'sig/types.rbs', line 5502 def use_grouping @use_grouping end |