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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



8495
8496
8497
8498
8499
# File 'lib/aws-sdk-iot/types.rb', line 8495

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