Module: Aws::TrustedAdvisor::Client::_ListOrganizationRecommendationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListOrganizationRecommendationsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #organization_recommendation_summaries ⇒ ::Array[Types::OrganizationRecommendationSummary]
Instance Method Details
#next_token ⇒ ::String
166 |
# File 'sig/client.rbs', line 166
def next_token: () -> ::String
|
#organization_recommendation_summaries ⇒ ::Array[Types::OrganizationRecommendationSummary]
167 |
# File 'sig/client.rbs', line 167
def organization_recommendation_summaries: () -> ::Array[Types::OrganizationRecommendationSummary]
|