Class: Aws::TrustedAdvisor::Types::ListOrganizationRecommendationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TrustedAdvisor::Types::ListOrganizationRecommendationsResponse
- Defined in:
- gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results.
-
#organization_recommendation_summaries ⇒ Array<Types::OrganizationRecommendationSummary>
The list of Recommendations.
Instance Attribute Details
#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.
481 482 483 484 485 486 |
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 481 class ListOrganizationRecommendationsResponse < Struct.new( :next_token, :organization_recommendation_summaries) SENSITIVE = [] include Aws::Structure end |
#organization_recommendation_summaries ⇒ Array<Types::OrganizationRecommendationSummary>
The list of Recommendations
481 482 483 484 485 486 |
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 481 class ListOrganizationRecommendationsResponse < Struct.new( :next_token, :organization_recommendation_summaries) SENSITIVE = [] include Aws::Structure end |