Class: Aws::ComputeOptimizer::Types::GetLicenseRecommendationsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ComputeOptimizer::Types::GetLicenseRecommendationsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-computeoptimizer/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #errors  ⇒ Array<Types::GetRecommendationError> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of objects that describe errors of the request.
 - 
  
    
      #license_recommendations  ⇒ Array<Types::LicenseRecommendation> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of objects that describe license recommendations.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to use to advance to the next page of license recommendations.
 
Instance Attribute Details
#errors ⇒ Array<Types::GetRecommendationError>
An array of objects that describe errors of the request.
      3312 3313 3314 3315 3316 3317 3318  | 
    
      # File 'lib/aws-sdk-computeoptimizer/types.rb', line 3312 class GetLicenseRecommendationsResponse < Struct.new( :next_token, :license_recommendations, :errors) SENSITIVE = [] include Aws::Structure end  | 
  
#license_recommendations ⇒ Array<Types::LicenseRecommendation>
An array of objects that describe license recommendations.
      3312 3313 3314 3315 3316 3317 3318  | 
    
      # File 'lib/aws-sdk-computeoptimizer/types.rb', line 3312 class GetLicenseRecommendationsResponse < Struct.new( :next_token, :license_recommendations, :errors) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token to use to advance to the next page of license recommendations.
      3312 3313 3314 3315 3316 3317 3318  | 
    
      # File 'lib/aws-sdk-computeoptimizer/types.rb', line 3312 class GetLicenseRecommendationsResponse < Struct.new( :next_token, :license_recommendations, :errors) SENSITIVE = [] include Aws::Structure end  |