Class: Aws::ComputeOptimizer::Types::GetECSServiceRecommendationsResponse

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

#ecs_service_recommendationsArray<Types::ECSServiceRecommendation>

An array of objects that describe the Amazon ECS service recommendations.



3071
3072
3073
3074
3075
3076
3077
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3071

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

#errorsArray<Types::GetRecommendationError>

An array of objects that describe errors of the request.

Returns:



3071
3072
3073
3074
3075
3076
3077
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3071

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

#next_tokenString

The token to advance to the next page of Amazon ECS service recommendations.

Returns:

  • (String)


3071
3072
3073
3074
3075
3076
3077
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3071

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