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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bin_countTypes::BinCountOptions

The options that determine the bin count of a histogram.



17471
17472
17473
17474
17475
17476
17477
17478
# File 'lib/aws-sdk-quicksight/types.rb', line 17471

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.



17471
17472
17473
17474
17475
17476
17477
17478
# File 'lib/aws-sdk-quicksight/types.rb', line 17471

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)


17471
17472
17473
17474
17475
17476
17477
17478
# File 'lib/aws-sdk-quicksight/types.rb', line 17471

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)


17471
17472
17473
17474
17475
17476
17477
17478
# File 'lib/aws-sdk-quicksight/types.rb', line 17471

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