Class: Aws::ComputeOptimizer::Types::GetRecommendationPreferencesResponse

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

#next_tokenString

The token to use to advance to the next page of recommendation preferences.

This value is null when there are no more pages of recommendation preferences to return.

Returns:

  • (String)


3260
3261
3262
3263
3264
3265
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 3260

class GetRecommendationPreferencesResponse < Struct.new(
  :next_token,
  :recommendation_preferences_details)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_preferences_detailsArray<Types::RecommendationPreferencesDetail>

An array of objects that describe recommendation preferences.



3260
3261
3262
3263
3264
3265
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 3260

class GetRecommendationPreferencesResponse < Struct.new(
  :next_token,
  :recommendation_preferences_details)
  SENSITIVE = []
  include Aws::Structure
end