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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


10620
10621
10622
10623
10624
10625
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10620

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

#display_format_optionsTypes::DisplayFormatOptions

The additional options for display formatting.



10620
10621
10622
10623
10624
10625
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10620

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