Class: Aws::ApplicationDiscoveryService::Types::UsageMetricBasis

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

A utilization metric that is used by the recommendations.

Returns:

  • (String)


2184
2185
2186
2187
2188
2189
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2184

class UsageMetricBasis < Struct.new(
  :name,
  :percentage_adjust)
  SENSITIVE = []
  include Aws::Structure
end

#percentage_adjustFloat

Specifies the percentage of the specified utilization metric that is used by the recommendations.

Returns:

  • (Float)


2184
2185
2186
2187
2188
2189
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2184

class UsageMetricBasis < Struct.new(
  :name,
  :percentage_adjust)
  SENSITIVE = []
  include Aws::Structure
end