Class: Aws::QuickSight::Types::DataBarsOptions
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::DataBarsOptions
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The options for data bars.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #field_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The field ID for the data bars options. 
- 
  
    
      #negative_color  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The color of the negative data bar. 
- 
  
    
      #positive_color  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The color of the positive data bar. 
Instance Attribute Details
#field_id ⇒ String
The field ID for the data bars options.
| 9388 9389 9390 9391 9392 9393 9394 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9388 class DataBarsOptions < Struct.new( :field_id, :positive_color, :negative_color) SENSITIVE = [] include Aws::Structure end | 
#negative_color ⇒ String
The color of the negative data bar.
| 9388 9389 9390 9391 9392 9393 9394 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9388 class DataBarsOptions < Struct.new( :field_id, :positive_color, :negative_color) SENSITIVE = [] include Aws::Structure end | 
#positive_color ⇒ String
The color of the positive data bar.
| 9388 9389 9390 9391 9392 9393 9394 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9388 class DataBarsOptions < Struct.new( :field_id, :positive_color, :negative_color) SENSITIVE = [] include Aws::Structure end |