Class: Aws::ResilienceHub::Types::ListAppComponentRecommendationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ListAppComponentRecommendationsResponse
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_recommendations ⇒ Array<Types::ComponentRecommendation>
The recommendations for an Resilience Hub application component, returned as an object.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
Instance Attribute Details
#component_recommendations ⇒ Array<Types::ComponentRecommendation>
The recommendations for an Resilience Hub application component, returned as an object. This object contains component names, configuration recommendations, and recommendation statuses.
2022 2023 2024 2025 2026 2027 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2022 class ListAppComponentRecommendationsResponse < Struct.new( :component_recommendations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
2022 2023 2024 2025 2026 2027 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2022 class ListAppComponentRecommendationsResponse < Struct.new( :component_recommendations, :next_token) SENSITIVE = [] include Aws::Structure end |