Class: Aws::ComputeOptimizer::Types::CurrentPerformanceRiskRatings
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::CurrentPerformanceRiskRatings
- Defined in:
- gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb
Overview
Describes the performance risk ratings for a given resource type.
Resources with a high
or medium
rating are at risk of not meeting
the performance needs of their workloads, while resources with a low
rating are performing well in their workloads.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#high ⇒ Integer
A count of the applicable resource types with a high performance risk rating.
-
#low ⇒ Integer
A count of the applicable resource types with a low performance risk rating.
-
#medium ⇒ Integer
A count of the applicable resource types with a medium performance risk rating.
-
#very_low ⇒ Integer
A count of the applicable resource types with a very low performance risk rating.
Instance Attribute Details
#high ⇒ Integer
A count of the applicable resource types with a high performance risk rating.
443 444 445 446 447 448 449 450 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 443 class CurrentPerformanceRiskRatings < Struct.new( :high, :medium, :low, :very_low) SENSITIVE = [] include Aws::Structure end |
#low ⇒ Integer
A count of the applicable resource types with a low performance risk rating.
443 444 445 446 447 448 449 450 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 443 class CurrentPerformanceRiskRatings < Struct.new( :high, :medium, :low, :very_low) SENSITIVE = [] include Aws::Structure end |
#medium ⇒ Integer
A count of the applicable resource types with a medium performance risk rating.
443 444 445 446 447 448 449 450 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 443 class CurrentPerformanceRiskRatings < Struct.new( :high, :medium, :low, :very_low) SENSITIVE = [] include Aws::Structure end |
#very_low ⇒ Integer
A count of the applicable resource types with a very low performance risk rating.
443 444 445 446 447 448 449 450 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 443 class CurrentPerformanceRiskRatings < Struct.new( :high, :medium, :low, :very_low) SENSITIVE = [] include Aws::Structure end |