Class: Aws::DevOpsGuru::Types::AnomalySourceMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::AnomalySourceMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Metadata about the detection source that generates proactive anomalies. The anomaly is detected using analysis of the metric data over a period of time
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source ⇒ String
The source of the anomaly.
-
#source_resource_name ⇒ String
The name of the anomaly’s resource.
-
#source_resource_type ⇒ String
The anomaly’s resource type.
Instance Attribute Details
#source ⇒ String
The source of the anomaly.
247 248 249 250 251 252 253 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 247 class AnomalySourceMetadata < Struct.new( :source, :source_resource_name, :source_resource_type) SENSITIVE = [] include Aws::Structure end |
#source_resource_name ⇒ String
The name of the anomaly’s resource.
247 248 249 250 251 252 253 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 247 class AnomalySourceMetadata < Struct.new( :source, :source_resource_name, :source_resource_type) SENSITIVE = [] include Aws::Structure end |
#source_resource_type ⇒ String
The anomaly’s resource type.
247 248 249 250 251 252 253 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 247 class AnomalySourceMetadata < Struct.new( :source, :source_resource_name, :source_resource_type) SENSITIVE = [] include Aws::Structure end |