Class: Aws::QuickSight::Types::DefaultFormatting
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DefaultFormatting
- 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
-
#display_format ⇒ String
The display format.
-
#display_format_options ⇒ Types::DisplayFormatOptions
The additional options for display formatting.
Instance Attribute Details
#display_format ⇒ String
The display format. Valid values for this structure are AUTO,
PERCENT, CURRENCY, NUMBER, DATE, and STRING.
12370 12371 12372 12373 12374 12375 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12370 class DefaultFormatting < Struct.new( :display_format, :display_format_options) SENSITIVE = [] include Aws::Structure end |
#display_format_options ⇒ Types::DisplayFormatOptions
The additional options for display formatting.
12370 12371 12372 12373 12374 12375 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12370 class DefaultFormatting < Struct.new( :display_format, :display_format_options) SENSITIVE = [] include Aws::Structure end |