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

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

#ecs_service_recommendationsArray<Types::ECSServiceRecommendation>

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



2956
2957
2958
2959
2960
2961
2962
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2956

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:



2956
2957
2958
2959
2960
2961
2962
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2956

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)


2956
2957
2958
2959
2960
2961
2962
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2956

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