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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


2693
2694
2695
2696
2697
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2693

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