Class: Aws::ComputeOptimizer::Types::MetricSource
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ComputeOptimizer::Types::MetricSource
 
- 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
- 
  
    
      #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.
| 5540 5541 5542 5543 5544 5545 | # File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5540 class MetricSource < Struct.new( :provider, :provider_arn) SENSITIVE = [] include Aws::Structure end | 
#provider_arn ⇒ String
The ARN of the metric source provider.
| 5540 5541 5542 5543 5544 5545 | # File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5540 class MetricSource < Struct.new( :provider, :provider_arn) SENSITIVE = [] include Aws::Structure end |