Class: Aws::DevOpsGuru::Types::AnomalyResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::AnomalyResource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
The Amazon Web Services resources in which DevOps Guru detected unusual behavior that resulted in the generation of an anomaly. When DevOps Guru detects multiple related anomalies, it creates and insight with details about the anomalous behavior and suggestions about how to correct the problem.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the Amazon Web Services resource.
-
#type ⇒ String
The type of the Amazon Web Services resource.
Instance Attribute Details
#name ⇒ String
The name of the Amazon Web Services resource.
198 199 200 201 202 203 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 198 class AnomalyResource < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the Amazon Web Services resource.
198 199 200 201 202 203 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 198 class AnomalyResource < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |