Class: Aws::CustomerProfiles::Types::GetObjectTypeAttributeStatisticsStats

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Statistical measurements for object type attributes including basic statistics and percentiles.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#averageFloat

The arithmetic mean of the attribute values.

Returns:

  • (Float)


4214
4215
4216
4217
4218
4219
4220
4221
4222
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4214

class GetObjectTypeAttributeStatisticsStats < Struct.new(
  :maximum,
  :minimum,
  :average,
  :standard_deviation,
  :percentiles)
  SENSITIVE = []
  include Aws::Structure
end

#maximumFloat

The maximum value found in the attribute dataset.

Returns:

  • (Float)


4214
4215
4216
4217
4218
4219
4220
4221
4222
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4214

class GetObjectTypeAttributeStatisticsStats < Struct.new(
  :maximum,
  :minimum,
  :average,
  :standard_deviation,
  :percentiles)
  SENSITIVE = []
  include Aws::Structure
end

#minimumFloat

The minimum value found in the attribute dataset.

Returns:

  • (Float)


4214
4215
4216
4217
4218
4219
4220
4221
4222
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4214

class GetObjectTypeAttributeStatisticsStats < Struct.new(
  :maximum,
  :minimum,
  :average,
  :standard_deviation,
  :percentiles)
  SENSITIVE = []
  include Aws::Structure
end

#percentilesTypes::GetObjectTypeAttributeStatisticsPercentiles

Percentile distribution statistics for the attribute values.



4214
4215
4216
4217
4218
4219
4220
4221
4222
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4214

class GetObjectTypeAttributeStatisticsStats < Struct.new(
  :maximum,
  :minimum,
  :average,
  :standard_deviation,
  :percentiles)
  SENSITIVE = []
  include Aws::Structure
end

#standard_deviationFloat

The standard deviation of the attribute values, measuring their spread around the mean.

Returns:

  • (Float)


4214
4215
4216
4217
4218
4219
4220
4221
4222
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4214

class GetObjectTypeAttributeStatisticsStats < Struct.new(
  :maximum,
  :minimum,
  :average,
  :standard_deviation,
  :percentiles)
  SENSITIVE = []
  include Aws::Structure
end