Class: Aws::IoT::Types::PercentPair

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

Overview

Describes the percentile and percentile value.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#percentFloat

The percentile.

Returns:

  • (Float)


12440
12441
12442
12443
12444
12445
# File 'lib/aws-sdk-iot/types.rb', line 12440

class PercentPair < Struct.new(
  :percent,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueFloat

The value of the percentile.

Returns:

  • (Float)


12440
12441
12442
12443
12444
12445
# File 'lib/aws-sdk-iot/types.rb', line 12440

class PercentPair < Struct.new(
  :percent,
  :value)
  SENSITIVE = []
  include Aws::Structure
end