Class: Aws::IoT::Types::GetPercentilesResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#percentilesArray<Types::PercentPair>

The percentile values of the aggregated fields.

Returns:



8501
8502
8503
8504
8505
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8501

class GetPercentilesResponse < Struct.new(
  :percentiles)
  SENSITIVE = []
  include Aws::Structure
end