Class: Aws::Types::Stats

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#avg::Float

Returns the value of attribute avg.

Returns:

  • (::Float)


2893
2894
2895
# File 'sig/types.rbs', line 2893

def avg
  @avg
end

#max::Float

Returns the value of attribute max.

Returns:

  • (::Float)


2892
2893
2894
# File 'sig/types.rbs', line 2892

def max
  @max
end

#min::Float

Returns the value of attribute min.

Returns:

  • (::Float)


2891
2892
2893
# File 'sig/types.rbs', line 2891

def min
  @min
end

#sum::Float

Returns the value of attribute sum.

Returns:

  • (::Float)


2894
2895
2896
# File 'sig/types.rbs', line 2894

def sum
  @sum
end