Class: Aws::ResilienceHub::Types::ListAppComponentRecommendationsResponse

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

#component_recommendationsArray<Types::ComponentRecommendation>

The recommendations for an Resilience Hub Application Component, returned as an object. This object contains the names of the Application Components, configuration recommendations, and recommendation statuses.

Returns:



2831
2832
2833
2834
2835
2836
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2831

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

#next_tokenString

The token for the next set of results, or null if there are no more results.

Returns:

  • (String)


2831
2832
2833
2834
2835
2836
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2831

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