Class: Aws::Types::FieldStats

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


36
37
38
# File 'sig/types.rbs', line 36

def count
  @count
end

#max::String

Returns the value of attribute max.

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def max
  @max
end

#mean::String

Returns the value of attribute mean.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def mean
  @mean
end

#min::String

Returns the value of attribute min.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def min
  @min
end

#missing::Integer

Returns the value of attribute missing.

Returns:

  • (::Integer)


37
38
39
# File 'sig/types.rbs', line 37

def missing
  @missing
end

#stddev::Float

Returns the value of attribute stddev.

Returns:

  • (::Float)


41
42
43
# File 'sig/types.rbs', line 41

def stddev
  @stddev
end

#sum::Float

Returns the value of attribute sum.

Returns:

  • (::Float)


38
39
40
# File 'sig/types.rbs', line 38

def sum
  @sum
end

#sum_of_squares::Float

Returns the value of attribute sum_of_squares.

Returns:

  • (::Float)


39
40
41
# File 'sig/types.rbs', line 39

def sum_of_squares
  @sum_of_squares
end