Class: Aws::Types::Aggregates

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#average::Float

Returns the value of attribute average.

Returns:

  • (::Float)


55
56
57
# File 'sig/types.rbs', line 55

def average
  @average
end

#count::Float

Returns the value of attribute count.

Returns:

  • (::Float)


56
57
58
# File 'sig/types.rbs', line 56

def count
  @count
end

#maximum::Float

Returns the value of attribute maximum.

Returns:

  • (::Float)


57
58
59
# File 'sig/types.rbs', line 57

def maximum
  @maximum
end

#minimum::Float

Returns the value of attribute minimum.

Returns:

  • (::Float)


58
59
60
# File 'sig/types.rbs', line 58

def minimum
  @minimum
end

#standard_deviation::Float

Returns the value of attribute standard_deviation.

Returns:

  • (::Float)


60
61
62
# File 'sig/types.rbs', line 60

def standard_deviation
  @standard_deviation
end

#sum::Float

Returns the value of attribute sum.

Returns:

  • (::Float)


59
60
61
# File 'sig/types.rbs', line 59

def sum
  @sum
end