Class: Aws::Types::HistogramBinOptions
- Inherits:
-
Object
- Object
- Aws::Types::HistogramBinOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bin_count ⇒ Types::BinCountOptions
Returns the value of attribute bin_count.
-
#bin_width ⇒ Types::BinWidthOptions
Returns the value of attribute bin_width.
-
#selected_bin_type ⇒ "BIN_COUNT", "BIN_WIDTH"
Returns the value of attribute selected_bin_type.
-
#start_value ⇒ ::Float
Returns the value of attribute start_value.
Instance Attribute Details
#bin_count ⇒ Types::BinCountOptions
Returns the value of attribute bin_count.
6883 6884 6885 |
# File 'sig/types.rbs', line 6883 def bin_count @bin_count end |
#bin_width ⇒ Types::BinWidthOptions
Returns the value of attribute bin_width.
6884 6885 6886 |
# File 'sig/types.rbs', line 6884 def bin_width @bin_width end |
#selected_bin_type ⇒ "BIN_COUNT", "BIN_WIDTH"
Returns the value of attribute selected_bin_type.
6882 6883 6884 |
# File 'sig/types.rbs', line 6882 def selected_bin_type @selected_bin_type end |
#start_value ⇒ ::Float
Returns the value of attribute start_value.
6885 6886 6887 |
# File 'sig/types.rbs', line 6885 def start_value @start_value end |