Class: Aws::DevOpsGuru::Types::RecommendationRelatedCloudWatchMetricsSourceDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb

Overview

Information about an Amazon CloudWatch metric that is analyzed by DevOps Guru. It is one of many analyzed metrics that are used to generate insights.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metric_nameString

The name of the CloudWatch metric.

Returns:

  • (String)


3793
3794
3795
3796
3797
3798
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3793

class RecommendationRelatedCloudWatchMetricsSourceDetail < Struct.new(
  :metric_name,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace of the CloudWatch metric. A namespace is a container for CloudWatch metrics.

Returns:

  • (String)


3793
3794
3795
3796
3797
3798
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3793

class RecommendationRelatedCloudWatchMetricsSourceDetail < Struct.new(
  :metric_name,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end