Class: Aws::QuickSight::Types::DefaultFormatting

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

A structure that represents a default formatting definition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_formatString

The display format. Valid values for this structure are ‘AUTO`, `PERCENT`, `CURRENCY`, `NUMBER`, `DATE`, and `STRING`.

Returns:

  • (String)


9751
9752
9753
9754
9755
9756
# File 'lib/aws-sdk-quicksight/types.rb', line 9751

class DefaultFormatting < Struct.new(
  :display_format,
  :display_format_options)
  SENSITIVE = []
  include Aws::Structure
end

#display_format_optionsTypes::DisplayFormatOptions

The additional options for display formatting.



9751
9752
9753
9754
9755
9756
# File 'lib/aws-sdk-quicksight/types.rb', line 9751

class DefaultFormatting < Struct.new(
  :display_format,
  :display_format_options)
  SENSITIVE = []
  include Aws::Structure
end