Class: Aws::ComputeOptimizer::Types::GetIdleRecommendationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::IdleRecommendationError>

An array of objects that describe errors of the request.

Returns:



3351
3352
3353
3354
3355
3356
3357
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3351

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

#idle_recommendationsArray<Types::IdleRecommendation>

An array of objects that describe the idle resource recommendations.

Returns:



3351
3352
3353
3354
3355
3356
3357
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3351

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

#next_tokenString

The token to advance to the next page of idle resource recommendations.

Returns:

  • (String)


3351
3352
3353
3354
3355
3356
3357
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3351

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