Class: Aws::TrustedAdvisor::Types::ListOrganizationRecommendationAccountsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TrustedAdvisor::Types::ListOrganizationRecommendationAccountsResponse
- Defined in:
- gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_recommendation_lifecycle_summaries ⇒ Array<Types::AccountRecommendationLifecycleSummary>
The account recommendations lifecycles that are applicable to the Recommendation.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#account_recommendation_lifecycle_summaries ⇒ Array<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_token ⇒ String
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.
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 |