Class: Aws::LookoutEquipment::Types::CountPercent
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::CountPercent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Entity that comprises information of count and percentage.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count ⇒ Integer
Indicates the count of occurences of the given statistic.
-
#percentage ⇒ Float
Indicates the percentage of occurances of the given statistic.
Instance Attribute Details
#count ⇒ Integer
Indicates the count of occurences of the given statistic.
73 74 75 76 77 78 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 73 class CountPercent < Struct.new( :count, :percentage) SENSITIVE = [] include Aws::Structure end |
#percentage ⇒ Float
Indicates the percentage of occurances of the given statistic.
73 74 75 76 77 78 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 73 class CountPercent < Struct.new( :count, :percentage) SENSITIVE = [] include Aws::Structure end |