Class: Aws::Types::StatisticSet

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#maximum::Float

Returns the value of attribute maximum.

Returns:

  • (::Float)


1125
1126
1127
# File 'sig/types.rbs', line 1125

def maximum
  @maximum
end

#minimum::Float

Returns the value of attribute minimum.

Returns:

  • (::Float)


1124
1125
1126
# File 'sig/types.rbs', line 1124

def minimum
  @minimum
end

#sample_count::Float

Returns the value of attribute sample_count.

Returns:

  • (::Float)


1122
1123
1124
# File 'sig/types.rbs', line 1122

def sample_count
  @sample_count
end

#sum::Float

Returns the value of attribute sum.

Returns:

  • (::Float)


1123
1124
1125
# File 'sig/types.rbs', line 1123

def sum
  @sum
end