Class: Aws::ResilienceHub::Types::ListAlarmRecommendationsResponse

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

#alarm_recommendationsArray<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.

Returns:



2991
2992
2993
2994
2995
2996
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2991

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

#next_tokenString

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

Returns:

  • (String)


2991
2992
2993
2994
2995
2996
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2991

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