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:



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_tokenString

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

Returns:

  • (String)


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