Class: Aws::ResilienceHub::Types::ListResourceGroupingRecommendationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ListResourceGroupingRecommendationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#grouping_recommendations ⇒ Array<Types::GroupingRecommendation>
List of resource grouping recommendations generated by Resilience Hub.
-
#next_token ⇒ String
Null, or the token from a previous call to get the next set of results.
Instance Attribute Details
#grouping_recommendations ⇒ Array<Types::GroupingRecommendation>
List of resource grouping recommendations generated by Resilience Hub.
4417 4418 4419 4420 4421 4422 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4417 class ListResourceGroupingRecommendationsResponse < Struct.new( :grouping_recommendations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Null, or the token from a previous call to get the next set of results.
4417 4418 4419 4420 4421 4422 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4417 class ListResourceGroupingRecommendationsResponse < Struct.new( :grouping_recommendations, :next_token) SENSITIVE = [] include Aws::Structure end |