Class: Aws::QuickSight::Types::ColorScale
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::ColorScale
 
 
- Defined in:
 - gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
 
Overview
Determines the color scale that is applied to the visual.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #color_fill_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Determines the color fill type.
 - 
  
    
      #colors  ⇒ Array<Types::DataColor> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Determines the list of colors that are applied to the visual.
 - 
  
    
      #null_value_color  ⇒ Types::DataColor 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Determines the color that is applied to null values.
 
Instance Attribute Details
#color_fill_type ⇒ String
Determines the color fill type.
      4963 4964 4965 4966 4967 4968 4969  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4963 class ColorScale < Struct.new( :colors, :color_fill_type, :null_value_color) SENSITIVE = [] include Aws::Structure end  | 
  
#colors ⇒ Array<Types::DataColor>
Determines the list of colors that are applied to the visual.
      4963 4964 4965 4966 4967 4968 4969  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4963 class ColorScale < Struct.new( :colors, :color_fill_type, :null_value_color) SENSITIVE = [] include Aws::Structure end  | 
  
#null_value_color ⇒ Types::DataColor
Determines the color that is applied to null values.
      4963 4964 4965 4966 4967 4968 4969  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4963 class ColorScale < Struct.new( :colors, :color_fill_type, :null_value_color) SENSITIVE = [] include Aws::Structure end  |