Class: Aws::ComputeOptimizer::Types::GetAutoScalingGroupRecommendationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_recommendationsArray<Types::AutoScalingGroupRecommendation>

An array of objects that describe Auto Scaling group recommendations.



2630
2631
2632
2633
2634
2635
2636
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2630

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

#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 unsupported Auto Scaling group.

Returns:



2630
2631
2632
2633
2634
2635
2636
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2630

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

#next_tokenString

The token to use to advance to the next page of Auto Scaling group recommendations.

This value is null when there are no more pages of Auto Scaling group recommendations to return.

Returns:

  • (String)


2630
2631
2632
2633
2634
2635
2636
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2630

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