Class: Aws::ComputeOptimizer::Types::MetricSource

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-computeoptimizer/types.rb

Overview

The list of metric sources required to generate recommendations for commercial software licenses.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#providerString

The name of the metric source provider.

Returns:

  • (String)


5510
5511
5512
5513
5514
5515
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 5510

class MetricSource < Struct.new(
  :provider,
  :provider_arn)
  SENSITIVE = []
  include Aws::Structure
end

#provider_arnString

The ARN of the metric source provider.

Returns:

  • (String)


5510
5511
5512
5513
5514
5515
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 5510

class MetricSource < Struct.new(
  :provider,
  :provider_arn)
  SENSITIVE = []
  include Aws::Structure
end