Class: Aws::ComputeOptimizer::Types::GetRecommendationPreferencesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::GetRecommendationPreferencesResponse
- Defined in:
- gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to advance to the next page of recommendation preferences.
-
#recommendation_preferences_details ⇒ Array<Types::RecommendationPreferencesDetail>
An array of objects that describe recommendation preferences.
Instance Attribute Details
#next_token ⇒ String
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.
3738 3739 3740 3741 3742 3743 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 3738 class GetRecommendationPreferencesResponse < Struct.new( :next_token, :recommendation_preferences_details) SENSITIVE = [] include Aws::Structure end |
#recommendation_preferences_details ⇒ Array<Types::RecommendationPreferencesDetail>
An array of objects that describe recommendation preferences.
3738 3739 3740 3741 3742 3743 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 3738 class GetRecommendationPreferencesResponse < Struct.new( :next_token, :recommendation_preferences_details) SENSITIVE = [] include Aws::Structure end |