Class: Aws::DevOpsGuru::Types::RecommendationRelatedCloudWatchMetricsSourceDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::RecommendationRelatedCloudWatchMetricsSourceDetail
- 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
-
#metric_name ⇒ String
The name of the CloudWatch metric.
-
#namespace ⇒ String
The namespace of the CloudWatch metric.
Instance Attribute Details
#metric_name ⇒ String
The name of the CloudWatch metric.
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 |
#namespace ⇒ String
The namespace of the CloudWatch metric. A namespace is a container for CloudWatch metrics.
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 |