Class: Aws::QuickSight::Types::BinWidthOptions

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

Instance Attribute Details

#bin_count_limitInteger

The options that determine the bin count limit.

Returns:

  • (Integer)


2741
2742
2743
2744
2745
2746
# File 'lib/aws-sdk-quicksight/types.rb', line 2741

class BinWidthOptions < Struct.new(
  :value,
  :bin_count_limit)
  SENSITIVE = []
  include Aws::Structure
end

#valueFloat

The options that determine the bin width value.

Returns:

  • (Float)


2741
2742
2743
2744
2745
2746
# File 'lib/aws-sdk-quicksight/types.rb', line 2741

class BinWidthOptions < Struct.new(
  :value,
  :bin_count_limit)
  SENSITIVE = []
  include Aws::Structure
end