Class: Aws::ComputeOptimizer::Types::GetEBSVolumeRecommendationsResponse

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

#errorsArray<Types::GetRecommendationError>

An array of objects that describe errors of the request.

For example, an error is returned if you request recommendations for an unsupported volume.

Returns:



2549
2550
2551
2552
2553
2554
2555
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2549

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

#next_tokenString

The token to use to advance to the next page of volume recommendations.

This value is null when there are no more pages of volume recommendations to return.

Returns:

  • (String)


2549
2550
2551
2552
2553
2554
2555
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2549

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

#volume_recommendationsArray<Types::VolumeRecommendation>

An array of objects that describe volume recommendations.

Returns:



2549
2550
2551
2552
2553
2554
2555
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2549

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