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.



2469
2470
2471
2472
2473
2474
2475
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2469

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:



2469
2470
2471
2472
2473
2474
2475
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2469

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)


2469
2470
2471
2472
2473
2474
2475
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2469

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