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)


269
270
271
# File 'sig/types.rbs', line 269

def maximum
  @maximum
end

#minimum ⇒ ::Float

Returns the value of attribute minimum.

Returns:

  • (::Float)


268
269
270
# File 'sig/types.rbs', line 268

def minimum
  @minimum
end

#sample_count ⇒ ::Integer

Returns the value of attribute sample_count.

Returns:

  • (::Integer)


266
267
268
# File 'sig/types.rbs', line 266

def sample_count
  @sample_count
end

#sum ⇒ ::Float

Returns the value of attribute sum.

Returns:

  • (::Float)


267
268
269
# File 'sig/types.rbs', line 267

def sum
  @sum
end