Class: Aws::QuickSight::Types::BinWidthOptions
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::BinWidthOptions
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The options that determine the bin width of a histogram.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #bin_count_limit  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The options that determine the bin count limit. 
- 
  
    
      #value  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The options that determine the bin width value. 
Instance Attribute Details
#bin_count_limit ⇒ Integer
The options that determine the bin count limit.
| 3575 3576 3577 3578 3579 3580 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3575 class BinWidthOptions < Struct.new( :value, :bin_count_limit) SENSITIVE = [] include Aws::Structure end | 
#value ⇒ Float
The options that determine the bin width value.
| 3575 3576 3577 3578 3579 3580 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3575 class BinWidthOptions < Struct.new( :value, :bin_count_limit) SENSITIVE = [] include Aws::Structure end |