Class: Aws::IoT::Types::PercentPair
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::PercentPair
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
Describes the percentile and percentile value.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#percent ⇒ Float
The percentile.
-
#value ⇒ Float
The value of the percentile.
Instance Attribute Details
#percent ⇒ Float
The percentile.
13708 13709 13710 13711 13712 13713 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13708 class PercentPair < Struct.new( :percent, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The value of the percentile.
13708 13709 13710 13711 13712 13713 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13708 class PercentPair < Struct.new( :percent, :value) SENSITIVE = [] include Aws::Structure end |