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:



7613
7614
7615
7616
7617
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7613

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