Class: Aws::TrustedAdvisor::Types::ListOrganizationRecommendationsResponse

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)


475
476
477
478
479
480
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 475

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

#organization_recommendation_summariesArray<Types::OrganizationRecommendationSummary>

The list of Recommendations



475
476
477
478
479
480
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 475

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