Class: Aws::ComputeOptimizer::Types::GetECSServiceRecommendationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::GetECSServiceRecommendationsResponse
- Defined in:
- gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ecs_service_recommendations ⇒ Array<Types::ECSServiceRecommendation>
An array of objects that describe the Amazon ECS service recommendations.
-
#errors ⇒ Array<Types::GetRecommendationError>
An array of objects that describe errors of the request.
-
#next_token ⇒ String
The token to advance to the next page of Amazon ECS service recommendations.
Instance Attribute Details
#ecs_service_recommendations ⇒ Array<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 |
#errors ⇒ Array<Types::GetRecommendationError>
An array of objects that describe errors of the request.
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_token ⇒ String
The token to advance to the next page of 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 |