Class: Aws::QuickSight::Types::BinCountOptions

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

Overview

The options that determine the bin count of a histogram.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#valueInteger

The options that determine the bin count value.

Returns:

  • (Integer)


2957
2958
2959
2960
2961
# File 'lib/aws-sdk-quicksight/types.rb', line 2957

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