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.
3090 3091 3092 3093 3094 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3090 class BinCountOptions < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |