Class: Aws::ComputeOptimizer::Types::GetEC2InstanceRecommendationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::GetEC2InstanceRecommendationsResponse
- 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.
-
#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.
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_recommendations ⇒ Array<Types::InstanceRecommendation>
An array of objects that describe instance recommendations.
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_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.
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 |