Class: Aws::ComputeOptimizer::Types::GetLicenseRecommendationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::GetRecommendationError>

An array of objects that describe errors of the request.

Returns:



3312
3313
3314
3315
3316
3317
3318
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 3312

class GetLicenseRecommendationsResponse < Struct.new(
  :next_token,
  :license_recommendations,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#license_recommendationsArray<Types::LicenseRecommendation>

An array of objects that describe license recommendations.

Returns:



3312
3313
3314
3315
3316
3317
3318
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 3312

class GetLicenseRecommendationsResponse < Struct.new(
  :next_token,
  :license_recommendations,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to advance to the next page of license recommendations.

Returns:

  • (String)


3312
3313
3314
3315
3316
3317
3318
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 3312

class GetLicenseRecommendationsResponse < Struct.new(
  :next_token,
  :license_recommendations,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end