Class: Aws::ApplicationDiscoveryService::Types::UsageMetricBasis
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::UsageMetricBasis
- Includes:
- Structure
- Defined in:
- 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.
2184 2185 2186 2187 2188 2189 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2184 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.
2184 2185 2186 2187 2188 2189 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2184 class UsageMetricBasis < Struct.new( :name, :percentage_adjust) SENSITIVE = [] include Aws::Structure end |