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 AWS 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 AWS 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.
1624 1625 1626 1627 1628 1629 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1624 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.
1624 1625 1626 1627 1628 1629 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1624 class ListAlarmRecommendationsResponse < Struct.new( :alarm_recommendations, :next_token) SENSITIVE = [] include Aws::Structure end |