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.
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.
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.
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.
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.
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.
5268 5269 5270 |
# File 'sig/types.rbs', line 5268 def grouping_separator @grouping_separator end |
#negative_format ⇒ Types::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.
5271 5272 5273 |
# File 'sig/types.rbs', line 5271 def prefix @prefix end |
#suffix ⇒ ::String
Returns the value of attribute suffix.
5272 5273 5274 |
# File 'sig/types.rbs', line 5272 def suffix @suffix end |
#unit_scaler ⇒ "NONE", ...
Returns the value of attribute unit_scaler.
5273 5274 5275 |
# File 'sig/types.rbs', line 5273 def unit_scaler @unit_scaler end |
#use_blank_cell_format ⇒ Boolean
Returns the value of attribute use_blank_cell_format.
5264 5265 5266 |
# File 'sig/types.rbs', line 5264 def use_blank_cell_format @use_blank_cell_format end |
#use_grouping ⇒ Boolean
Returns the value of attribute use_grouping.
5269 5270 5271 |
# File 'sig/types.rbs', line 5269 def use_grouping @use_grouping end |