Class: Aws::ComputeOptimizer::Types::GetEC2InstanceRecommendationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

For example, an error is returned if you request recommendations for an instance of an unsupported instance family.

Returns:



2784
2785
2786
2787
2788
2789
2790
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2784

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

#instance_recommendationsArray<Types::InstanceRecommendation>

An array of objects that describe instance recommendations.

Returns:



2784
2785
2786
2787
2788
2789
2790
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2784

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

#next_tokenString

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

This value is null when there are no more pages of instance recommendations to return.

Returns:

  • (String)


2784
2785
2786
2787
2788
2789
2790
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2784

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