Class: Aws::Types::DefaultFormatting

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_format"AUTO", ...

Returns the value of attribute display_format.

Returns:

  • ("AUTO", "PERCENT", "CURRENCY", "NUMBER", "DATE", "STRING")


3647
3648
3649
# File 'sig/types.rbs', line 3647

def display_format
  @display_format
end

#display_format_optionsTypes::DisplayFormatOptions

Returns the value of attribute display_format_options.



3648
3649
3650
# File 'sig/types.rbs', line 3648

def display_format_options
  @display_format_options
end