Class: Aws::ComputeOptimizer::Types::GetIdleRecommendationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::GetIdleRecommendationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::IdleRecommendationError>
An array of objects that describe errors of the request.
-
#idle_recommendations ⇒ Array<Types::IdleRecommendation>
An array of objects that describe the idle resource recommendations.
-
#next_token ⇒ String
The token to advance to the next page of idle resource recommendations.
Instance Attribute Details
#errors ⇒ Array<Types::IdleRecommendationError>
An array of objects that describe errors of the request.
3377 3378 3379 3380 3381 3382 3383 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3377 class GetIdleRecommendationsResponse < Struct.new( :next_token, :idle_recommendations, :errors) SENSITIVE = [] include Aws::Structure end |
#idle_recommendations ⇒ Array<Types::IdleRecommendation>
An array of objects that describe the idle resource recommendations.
3377 3378 3379 3380 3381 3382 3383 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3377 class GetIdleRecommendationsResponse < Struct.new( :next_token, :idle_recommendations, :errors) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to advance to the next page of idle resource recommendations.
3377 3378 3379 3380 3381 3382 3383 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3377 class GetIdleRecommendationsResponse < Struct.new( :next_token, :idle_recommendations, :errors) SENSITIVE = [] include Aws::Structure end |