Class: Aws::DevOpsGuru::Types::RecommendationRelatedAnomaly
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::RecommendationRelatedAnomaly
- Defined in:
- gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb
Overview
Information about an anomaly that is related to a recommendation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_id ⇒ String
The ID of an anomaly that generated the insight with this recommendation.
-
#resources ⇒ Array<Types::RecommendationRelatedAnomalyResource>
An array of objects that represent resources in which DevOps Guru detected anomalous behavior.
-
#source_details ⇒ Array<Types::RecommendationRelatedAnomalySourceDetail>
Information about where the anomalous behavior related the recommendation was found.
Instance Attribute Details
#anomaly_id ⇒ String
The ID of an anomaly that generated the insight with this recommendation.
3723 3724 3725 3726 3727 3728 3729 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3723 class RecommendationRelatedAnomaly < Struct.new( :resources, :source_details, :anomaly_id) SENSITIVE = [] include Aws::Structure end |
#resources ⇒ Array<Types::RecommendationRelatedAnomalyResource>
An array of objects that represent resources in which DevOps Guru detected anomalous behavior. Each object contains the name and type of the resource.
3723 3724 3725 3726 3727 3728 3729 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3723 class RecommendationRelatedAnomaly < Struct.new( :resources, :source_details, :anomaly_id) SENSITIVE = [] include Aws::Structure end |
#source_details ⇒ Array<Types::RecommendationRelatedAnomalySourceDetail>
Information about where the anomalous behavior related the recommendation was found. For example, details in Amazon CloudWatch metrics.
3723 3724 3725 3726 3727 3728 3729 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3723 class RecommendationRelatedAnomaly < Struct.new( :resources, :source_details, :anomaly_id) SENSITIVE = [] include Aws::Structure end |