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)


3108
3109
3110
3111
3112
3113
# File 'lib/aws-sdk-quicksight/types.rb', line 3108

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

#valueFloat

The options that determine the bin width value.

Returns:

  • (Float)


3108
3109
3110
3111
3112
3113
# File 'lib/aws-sdk-quicksight/types.rb', line 3108

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