Class: Aws::TrustedAdvisor::Types::ListOrganizationRecommendationAccountsResponse

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

#account_recommendation_lifecycle_summariesArray<Types::AccountRecommendationLifecycleSummary>

The account recommendations lifecycles that are applicable to the Recommendation



340
341
342
343
344
345
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 340

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

#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)


340
341
342
343
344
345
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 340

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