Module: Aws::TrustedAdvisor::Client::_ListOrganizationRecommendationAccountsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListOrganizationRecommendationAccountsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_recommendation_lifecycle_summaries ⇒ ::Array[Types::AccountRecommendationLifecycleSummary]
- #next_token ⇒ ::String
Instance Method Details
#account_recommendation_lifecycle_summaries ⇒ ::Array[Types::AccountRecommendationLifecycleSummary]
136 |
# File 'sig/client.rbs', line 136
def account_recommendation_lifecycle_summaries: () -> ::Array[Types::AccountRecommendationLifecycleSummary]
|
#next_token ⇒ ::String
135 |
# File 'sig/client.rbs', line 135
def next_token: () -> ::String
|