Class: Aws::QuickSight::Types::NegativeFormat
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::NegativeFormat
 
 
- Defined in:
 - gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
 
Overview
A structure that represents a negative format.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #prefix  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The prefix for a negative format.
 - 
  
    
      #suffix  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The suffix for a negative format.
 
Instance Attribute Details
#prefix ⇒ String
The prefix for a negative format.
      25601 25602 25603 25604 25605 25606  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25601 class NegativeFormat < Struct.new( :prefix, :suffix) SENSITIVE = [] include Aws::Structure end  | 
  
#suffix ⇒ String
The suffix for a negative format.
      25601 25602 25603 25604 25605 25606  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25601 class NegativeFormat < Struct.new( :prefix, :suffix) SENSITIVE = [] include Aws::Structure end  |