Class: Aws::ResilienceHub::Types::AlarmRecommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::AlarmRecommendation
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Defines a recommendation for a CloudWatch alarm.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_component_name ⇒ String
The application component for the CloudWatch alarm recommendation.
-
#description ⇒ String
The description of the recommendation.
-
#items ⇒ Array<Types::RecommendationItem>
The list of CloudWatch alarm recommendations.
-
#name ⇒ String
The name of the alarm recommendation.
-
#prerequisite ⇒ String
The prerequisite for the alarm recommendation.
-
#recommendation_id ⇒ String
The identifier of the alarm recommendation.
-
#reference_id ⇒ String
The reference identifier of the alarm recommendation.
-
#type ⇒ String
The type of alarm recommendation.
Instance Attribute Details
#app_component_name ⇒ String
The application component for the CloudWatch alarm recommendation.
129 130 131 132 133 134 135 136 137 138 139 140 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 129 class AlarmRecommendation < Struct.new( :app_component_name, :description, :items, :name, :prerequisite, :recommendation_id, :reference_id, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the recommendation.
129 130 131 132 133 134 135 136 137 138 139 140 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 129 class AlarmRecommendation < Struct.new( :app_component_name, :description, :items, :name, :prerequisite, :recommendation_id, :reference_id, :type) SENSITIVE = [] include Aws::Structure end |
#items ⇒ Array<Types::RecommendationItem>
The list of CloudWatch alarm recommendations.
129 130 131 132 133 134 135 136 137 138 139 140 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 129 class AlarmRecommendation < Struct.new( :app_component_name, :description, :items, :name, :prerequisite, :recommendation_id, :reference_id, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the alarm recommendation.
129 130 131 132 133 134 135 136 137 138 139 140 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 129 class AlarmRecommendation < Struct.new( :app_component_name, :description, :items, :name, :prerequisite, :recommendation_id, :reference_id, :type) SENSITIVE = [] include Aws::Structure end |
#prerequisite ⇒ String
The prerequisite for the alarm recommendation.
129 130 131 132 133 134 135 136 137 138 139 140 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 129 class AlarmRecommendation < Struct.new( :app_component_name, :description, :items, :name, :prerequisite, :recommendation_id, :reference_id, :type) SENSITIVE = [] include Aws::Structure end |
#recommendation_id ⇒ String
The identifier of the alarm recommendation.
129 130 131 132 133 134 135 136 137 138 139 140 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 129 class AlarmRecommendation < Struct.new( :app_component_name, :description, :items, :name, :prerequisite, :recommendation_id, :reference_id, :type) SENSITIVE = [] include Aws::Structure end |
#reference_id ⇒ String
The reference identifier of the alarm recommendation.
129 130 131 132 133 134 135 136 137 138 139 140 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 129 class AlarmRecommendation < Struct.new( :app_component_name, :description, :items, :name, :prerequisite, :recommendation_id, :reference_id, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of alarm recommendation.
129 130 131 132 133 134 135 136 137 138 139 140 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 129 class AlarmRecommendation < Struct.new( :app_component_name, :description, :items, :name, :prerequisite, :recommendation_id, :reference_id, :type) SENSITIVE = [] include Aws::Structure end |