Class: Aws::Types::Statistics

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)


1200
1201
1202
# File 'sig/types.rbs', line 1200

def avg
  @avg
end

#count ⇒ ::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


1194
1195
1196
# File 'sig/types.rbs', line 1194

def count
  @count
end

#count_distinct ⇒ ::Integer

Returns the value of attribute count_distinct.

Returns:

  • (::Integer)


1195
1196
1197
# File 'sig/types.rbs', line 1195

def count_distinct
  @count_distinct
end

#count_distinct_long ⇒ ::Integer

Returns the value of attribute count_distinct_long.

Returns:

  • (::Integer)


1203
1204
1205
# File 'sig/types.rbs', line 1203

def count_distinct_long
  @count_distinct_long
end

#count_long ⇒ ::Integer

Returns the value of attribute count_long.

Returns:

  • (::Integer)


1202
1203
1204
# File 'sig/types.rbs', line 1202

def count_long
  @count_long
end

#count_nan ⇒ ::Integer

Returns the value of attribute count_nan.

Returns:

  • (::Integer)


1197
1198
1199
# File 'sig/types.rbs', line 1197

def count_nan
  @count_nan
end

#count_nan_long ⇒ ::Integer

Returns the value of attribute count_nan_long.

Returns:

  • (::Integer)


1205
1206
1207
# File 'sig/types.rbs', line 1205

def count_nan_long
  @count_nan_long
end

#count_null ⇒ ::Integer

Returns the value of attribute count_null.

Returns:

  • (::Integer)


1196
1197
1198
# File 'sig/types.rbs', line 1196

def count_null
  @count_null
end

#count_null_long ⇒ ::Integer

Returns the value of attribute count_null_long.

Returns:

  • (::Integer)


1204
1205
1206
# File 'sig/types.rbs', line 1204

def count_null_long
  @count_null_long
end

#max ⇒ ::String

Returns the value of attribute max.

Returns:

  • (::String)


1199
1200
1201
# File 'sig/types.rbs', line 1199

def max
  @max
end

#min ⇒ ::String

Returns the value of attribute min.

Returns:

  • (::String)


1198
1199
1200
# File 'sig/types.rbs', line 1198

def min
  @min
end

#stddev ⇒ ::Float

Returns the value of attribute stddev.

Returns:

  • (::Float)


1201
1202
1203
# File 'sig/types.rbs', line 1201

def stddev
  @stddev
end