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.



6617
6618
6619
# File 'sig/types.rbs', line 6617

def bin_count
  @bin_count
end

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

Returns:

  • ("BIN_COUNT", "BIN_WIDTH")


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.

Returns:

  • (::Float)


6619
6620
6621
# File 'sig/types.rbs', line 6619

def start_value
  @start_value
end