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.
3351 3352 3353 3354 3355 3356 3357 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3351 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.
3351 3352 3353 3354 3355 3356 3357 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3351 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.
3351 3352 3353 3354 3355 3356 3357 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3351 class GetIdleRecommendationsResponse < Struct.new( :next_token, :idle_recommendations, :errors) SENSITIVE = [] include Aws::Structure end |