Class: Aws::QuickSight::Types::NegativeValueConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::NegativeValueConfiguration
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The options that determine the negative value configuration.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #display_mode  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Determines the display mode of the negative value configuration. 
Instance Attribute Details
#display_mode ⇒ String
Determines the display mode of the negative value configuration.
| 25616 25617 25618 25619 25620 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25616 class NegativeValueConfiguration < Struct.new( :display_mode) SENSITIVE = [] include Aws::Structure end |