Class: Aws::QuickSight::Types::DefaultFormatting
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DefaultFormatting
- 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
-
#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`.
10309 10310 10311 10312 10313 10314 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10309 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.
10309 10310 10311 10312 10313 10314 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10309 class DefaultFormatting < Struct.new( :display_format, :display_format_options) SENSITIVE = [] include Aws::Structure end |