Class: Aws::QuickSight::Types::BinCountOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BinCountOptions
- 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
-
#value ⇒ Integer
The options that determine the bin count value.
Instance Attribute Details
#value ⇒ Integer
The options that determine the bin count value.
3102 3103 3104 3105 3106 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3102 class BinCountOptions < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |