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.



23118
23119
23120
23121
23122
23123
23124
23125
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23118

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.



23118
23119
23120
23121
23122
23123
23124
23125
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23118

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)


23118
23119
23120
23121
23122
23123
23124
23125
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23118

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)


23118
23119
23120
23121
23122
23123
23124
23125
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23118

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