Class: Aws::DevOpsGuru::Types::RecommendationRelatedAnomaly

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#anomaly_idString

The ID of an anomaly that generated the insight with this recommendation.

Returns:

  • (String)


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

#resourcesArray<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_detailsArray<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