Class: Aws::QuickSight::Types::BinWidthOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BinWidthOptions
- Includes:
- Structure
- Defined in:
- 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.
3108 3109 3110 3111 3112 3113 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3108 class BinWidthOptions < Struct.new( :value, :bin_count_limit) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The options that determine the bin width value.
3108 3109 3110 3111 3112 3113 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3108 class BinWidthOptions < Struct.new( :value, :bin_count_limit) SENSITIVE = [] include Aws::Structure end |