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`.
      9717 9718 9719 9720 9721 9722  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 9717 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.
      9717 9718 9719 9720 9721 9722  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 9717 class DefaultFormatting < Struct.new( :display_format, :display_format_options) SENSITIVE = [] include Aws::Structure end  |