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.
2925 2926 2927 2928 2929 2930 2931 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2925 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.
2925 2926 2927 2928 2929 2930 2931 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2925 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.
2925 2926 2927 2928 2929 2930 2931 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2925 class GetEC2InstanceRecommendationsResponse < Struct.new( :next_token, :instance_recommendations, :errors) SENSITIVE = [] include Aws::Structure end |