Class: Aws::ComputeOptimizer::Types::GetECSServiceRecommendationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::GetECSServiceRecommendationsResponse
- Includes:
- Structure
- Defined in:
- 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.
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 |
#errors ⇒ Array<Types::GetRecommendationError>
An array of objects that describe errors of the request.
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_token ⇒ String
The token to advance to the next page of 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 |