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.
6617 6618 6619 |
# File 'sig/types.rbs', line 6617 def bin_count @bin_count end |
#bin_width ⇒ Types::BinWidthOptions
Returns the value of attribute bin_width.
6618 6619 6620 |
# File 'sig/types.rbs', line 6618 def bin_width @bin_width end |
#selected_bin_type ⇒ "BIN_COUNT", "BIN_WIDTH"
Returns the value of attribute selected_bin_type.
6616 6617 6618 |
# File 'sig/types.rbs', line 6616 def selected_bin_type @selected_bin_type end |
#start_value ⇒ ::Float
Returns the value of attribute start_value.
6619 6620 6621 |
# File 'sig/types.rbs', line 6619 def start_value @start_value end |