Class: Aws::QuickSight::Types::HistogramBinOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The options that determine the presentation of histogram bins.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bin_countTypes::BinCountOptions

The options that determine the bin count of a histogram.



16853
16854
16855
16856
16857
16858
16859
16860
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16853

class HistogramBinOptions < Struct.new(
  :selected_bin_type,
  :bin_count,
  :bin_width,
  :start_value)
  SENSITIVE = []
  include Aws::Structure
end

#bin_widthTypes::BinWidthOptions

The options that determine the bin width of a histogram.



16853
16854
16855
16856
16857
16858
16859
16860
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16853

class HistogramBinOptions < Struct.new(
  :selected_bin_type,
  :bin_count,
  :bin_width,
  :start_value)
  SENSITIVE = []
  include Aws::Structure
end

#selected_bin_typeString

The options that determine the selected bin type.

Returns:

  • (String)


16853
16854
16855
16856
16857
16858
16859
16860
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16853

class HistogramBinOptions < Struct.new(
  :selected_bin_type,
  :bin_count,
  :bin_width,
  :start_value)
  SENSITIVE = []
  include Aws::Structure
end

#start_valueFloat

The options that determine the bin start value.

Returns:

  • (Float)


16853
16854
16855
16856
16857
16858
16859
16860
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16853

class HistogramBinOptions < Struct.new(
  :selected_bin_type,
  :bin_count,
  :bin_width,
  :start_value)
  SENSITIVE = []
  include Aws::Structure
end