Class: Aws::ComputeOptimizer::Types::GetEC2InstanceRecommendationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::GetEC2InstanceRecommendationsResponse
- Defined in:
- gems/aws-sdk-computeoptimizer/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.
-
#instance_recommendations ⇒ Array<Types::InstanceRecommendation>
An array of objects that describe instance recommendations.
-
#next_token ⇒ String
The token to use to advance to the next page of instance recommendations.
Instance Attribute Details
#errors ⇒ Array<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.
2928 2929 2930 2931 2932 2933 2934 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2928 class GetEC2InstanceRecommendationsResponse < Struct.new( :next_token, :instance_recommendations, :errors) SENSITIVE = [] include Aws::Structure end |
#instance_recommendations ⇒ Array<Types::InstanceRecommendation>
An array of objects that describe instance recommendations.
2928 2929 2930 2931 2932 2933 2934 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2928 class GetEC2InstanceRecommendationsResponse < Struct.new( :next_token, :instance_recommendations, :errors) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
2928 2929 2930 2931 2932 2933 2934 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2928 class GetEC2InstanceRecommendationsResponse < Struct.new( :next_token, :instance_recommendations, :errors) SENSITIVE = [] include Aws::Structure end |