Class: Aws::DevOpsGuru::Types::ListRecommendationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


2114
2115
2116
2117
2118
2119
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2114

class ListRecommendationsResponse < Struct.new(
  :recommendations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#recommendationsArray<Types::Recommendation>

An array of the requested recommendations.

Returns:



2114
2115
2116
2117
2118
2119
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2114

class ListRecommendationsResponse < Struct.new(
  :recommendations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end