Class: Aws::ResilienceHub::Types::ListResourceGroupingRecommendationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#grouping_recommendationsArray<Types::GroupingRecommendation>

List of resource grouping recommendations generated by Resilience Hub.

Returns:



4201
4202
4203
4204
4205
4206
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4201

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

#next_tokenString

Null, or the token from a previous call to get the next set of results.

Returns:

  • (String)


4201
4202
4203
4204
4205
4206
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4201

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