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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-computeoptimizer/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)


4756
4757
4758
4759
4760
4761
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 4756

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

#provider_arnString

The ARN of the metric source provider.

Returns:

  • (String)


4756
4757
4758
4759
4760
4761
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 4756

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