Class: Aws::ResilienceHub::Types::ListAlarmRecommendationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ListAlarmRecommendationsResponse
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alarm_recommendations ⇒ Array<Types::AlarmRecommendation>
The alarm recommendations for an Resilience Hub application, 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
#alarm_recommendations ⇒ Array<Types::AlarmRecommendation>
The alarm recommendations for an Resilience Hub application, returned as an object. This object includes Application Component names, descriptions, information about whether a recommendation has already been implemented or not, prerequisites, and more.
2639 2640 2641 2642 2643 2644 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2639 class ListAlarmRecommendationsResponse < Struct.new( :alarm_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.
2639 2640 2641 2642 2643 2644 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2639 class ListAlarmRecommendationsResponse < Struct.new( :alarm_recommendations, :next_token) SENSITIVE = [] include Aws::Structure end |