Class: Aws::ApplicationDiscoveryService::Types::UsageMetricBasis
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::UsageMetricBasis
- Defined in:
- gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb
Overview
Specifies the performance metrics to use for the server that is used for recommendations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
A utilization metric that is used by the recommendations.
-
#percentage_adjust ⇒ Float
Specifies the percentage of the specified utilization metric that is used by the recommendations.
Instance Attribute Details
#name ⇒ String
A utilization metric that is used by the recommendations.
2198 2199 2200 2201 2202 2203 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2198 class UsageMetricBasis < Struct.new( :name, :percentage_adjust) SENSITIVE = [] include Aws::Structure end |
#percentage_adjust ⇒ Float
Specifies the percentage of the specified utilization metric that is used by the recommendations.
2198 2199 2200 2201 2202 2203 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2198 class UsageMetricBasis < Struct.new( :name, :percentage_adjust) SENSITIVE = [] include Aws::Structure end |