Class: Aws::QuickSight::Types::HistogramBinOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::HistogramBinOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The options that determine the presentation of histogram bins.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bin_count ⇒ Types::BinCountOptions
The options that determine the bin count of a histogram.
-
#bin_width ⇒ Types::BinWidthOptions
The options that determine the bin width of a histogram.
-
#selected_bin_type ⇒ String
The options that determine the selected bin type.
-
#start_value ⇒ Float
The options that determine the bin start value.
Instance Attribute Details
#bin_count ⇒ Types::BinCountOptions
The options that determine the bin count of a histogram.
18387 18388 18389 18390 18391 18392 18393 18394 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18387 class HistogramBinOptions < Struct.new( :selected_bin_type, :bin_count, :bin_width, :start_value) SENSITIVE = [] include Aws::Structure end |
#bin_width ⇒ Types::BinWidthOptions
The options that determine the bin width of a histogram.
18387 18388 18389 18390 18391 18392 18393 18394 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18387 class HistogramBinOptions < Struct.new( :selected_bin_type, :bin_count, :bin_width, :start_value) SENSITIVE = [] include Aws::Structure end |
#selected_bin_type ⇒ String
The options that determine the selected bin type.
18387 18388 18389 18390 18391 18392 18393 18394 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18387 class HistogramBinOptions < Struct.new( :selected_bin_type, :bin_count, :bin_width, :start_value) SENSITIVE = [] include Aws::Structure end |
#start_value ⇒ Float
The options that determine the bin start value.
18387 18388 18389 18390 18391 18392 18393 18394 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18387 class HistogramBinOptions < Struct.new( :selected_bin_type, :bin_count, :bin_width, :start_value) SENSITIVE = [] include Aws::Structure end |