Class: Aws::ComputeOptimizer::Types::ExternalMetricsPreference
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ComputeOptimizer::Types::ExternalMetricsPreference
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-computeoptimizer/types.rb
 
Overview
Describes the external metrics preferences for EC2 rightsizing recommendations.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #source  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains the source options for external metrics preferences.
 
Instance Attribute Details
#source ⇒ String
Contains the source options for external metrics preferences.
      2398 2399 2400 2401 2402  | 
    
      # File 'lib/aws-sdk-computeoptimizer/types.rb', line 2398 class ExternalMetricsPreference < Struct.new( :source) SENSITIVE = [] include Aws::Structure end  |