Class: Aws::DevOpsGuru::Types::ListRecommendationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::ListRecommendationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation.
-
#recommendations ⇒ Array<Types::Recommendation>
An array of the requested recommendations.
Instance Attribute Details
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
2114 2115 2116 2117 2118 2119 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2114 class ListRecommendationsResponse < Struct.new( :recommendations, :next_token) SENSITIVE = [] include Aws::Structure end |
#recommendations ⇒ Array<Types::Recommendation>
An array of the requested recommendations.
2114 2115 2116 2117 2118 2119 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2114 class ListRecommendationsResponse < Struct.new( :recommendations, :next_token) SENSITIVE = [] include Aws::Structure end |