Class: Aws::TrustedAdvisor::Types::ListRecommendationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Returns:

  • (String)


611
612
613
614
615
616
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 611

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

#recommendation_summariesArray<Types::RecommendationSummary>

The list of Recommendations

Returns:



611
612
613
614
615
616
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 611

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