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



334
335
336
337
338
339
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 334

class ListOrganizationRecommendationAccountsResponse < Struct.new(
  :account_recommendation_lifecycle_summaries,
  :next_token)
  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)


334
335
336
337
338
339
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 334

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