Class: Aws::DevOpsGuru::Types::Recommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::Recommendation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Recommendation information to help you remediate detected anomalous behavior that generated an insight.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category ⇒ String
The category type of the recommendation.
-
#description ⇒ String
A description of the problem.
-
#link ⇒ String
A hyperlink to information to help you address the problem.
-
#name ⇒ String
The name of the recommendation.
-
#reason ⇒ String
The reason DevOps Guru flagged the anomalous behavior as a problem.
-
#related_anomalies ⇒ Array<Types::RecommendationRelatedAnomaly>
Anomalies that are related to the problem.
-
#related_events ⇒ Array<Types::RecommendationRelatedEvent>
Events that are related to the problem.
Instance Attribute Details
#category ⇒ String
The category type of the recommendation.
3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3690 class Recommendation < Struct.new( :description, :link, :name, :reason, :related_events, :related_anomalies, :category) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the problem.
3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3690 class Recommendation < Struct.new( :description, :link, :name, :reason, :related_events, :related_anomalies, :category) SENSITIVE = [] include Aws::Structure end |
#link ⇒ String
A hyperlink to information to help you address the problem.
3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3690 class Recommendation < Struct.new( :description, :link, :name, :reason, :related_events, :related_anomalies, :category) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the recommendation.
3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3690 class Recommendation < Struct.new( :description, :link, :name, :reason, :related_events, :related_anomalies, :category) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason DevOps Guru flagged the anomalous behavior as a problem.
3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3690 class Recommendation < Struct.new( :description, :link, :name, :reason, :related_events, :related_anomalies, :category) SENSITIVE = [] include Aws::Structure end |
#related_anomalies ⇒ Array<Types::RecommendationRelatedAnomaly>
Anomalies that are related to the problem. Use these Anomalies to learn more about what’s happening and to help address the issue.
3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3690 class Recommendation < Struct.new( :description, :link, :name, :reason, :related_events, :related_anomalies, :category) SENSITIVE = [] include Aws::Structure end |
#related_events ⇒ Array<Types::RecommendationRelatedEvent>
Events that are related to the problem. Use these events to learn more about what’s happening and to help address the issue.
3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3690 class Recommendation < Struct.new( :description, :link, :name, :reason, :related_events, :related_anomalies, :category) SENSITIVE = [] include Aws::Structure end |