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)


10406
10407
10408
10409
10410
10411
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10406

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

#display_format_optionsTypes::DisplayFormatOptions

The additional options for display formatting.



10406
10407
10408
10409
10410
10411
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10406

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