Class: Aws::Types::HistogramBinOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bin_countTypes::BinCountOptions

Returns the value of attribute bin_count.



6883
6884
6885
# File 'sig/types.rbs', line 6883

def bin_count
  @bin_count
end

#bin_widthTypes::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.

Returns:

  • ("BIN_COUNT", "BIN_WIDTH")


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.

Returns:

  • (::Float)


6885
6886
6887
# File 'sig/types.rbs', line 6885

def start_value
  @start_value
end