Class: Aws::ComputeOptimizer::Types::MetricSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::MetricSource
- 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
-
#provider ⇒ String
The name of the metric source provider.
-
#provider_arn ⇒ String
The ARN of the metric source provider.
Instance Attribute Details
#provider ⇒ String
The name of the metric source provider.
5051 5052 5053 5054 5055 5056 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 5051 class MetricSource < Struct.new( :provider, :provider_arn) SENSITIVE = [] include Aws::Structure end |
#provider_arn ⇒ String
The ARN of the metric source provider.
5051 5052 5053 5054 5055 5056 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 5051 class MetricSource < Struct.new( :provider, :provider_arn) SENSITIVE = [] include Aws::Structure end |