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.
2899 2900 2901 2902 2903 2904 2905 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2899 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.
2899 2900 2901 2902 2903 2904 2905 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2899 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.
2899 2900 2901 2902 2903 2904 2905 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2899 class GetEC2InstanceRecommendationsResponse < Struct.new( :next_token, :instance_recommendations, :errors) SENSITIVE = [] include Aws::Structure end |