Class: Aws::DevOpsGuru::Types::AnomalySourceMetadata

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/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

Instance Attribute Details

#sourceString

The source of the anomaly.

Returns:

  • (String)


247
248
249
250
251
252
253
# File 'gems/aws-sdk-devopsguru/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_nameString

The name of the anomaly's resource.

Returns:

  • (String)


247
248
249
250
251
252
253
# File 'gems/aws-sdk-devopsguru/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_typeString

The anomaly's resource type.

Returns:

  • (String)


247
248
249
250
251
252
253
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 247

class AnomalySourceMetadata < Struct.new(
  :source,
  :source_resource_name,
  :source_resource_type)
  SENSITIVE = []
  include Aws::Structure
end