Class: Aws::CloudWatch::Types::MetricStreamStatisticsMetric
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudWatch::Types::MetricStreamStatisticsMetric
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudwatch/types.rb
 
Overview
This object contains the information for one metric that is to be streamed with additional statistics.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #metric_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the metric.
 - 
  
    
      #namespace  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The namespace of the metric.
 
Instance Attribute Details
#metric_name ⇒ String
The name of the metric.
      3202 3203 3204 3205 3206 3207  | 
    
      # File 'lib/aws-sdk-cloudwatch/types.rb', line 3202 class MetricStreamStatisticsMetric < Struct.new( :namespace, :metric_name) SENSITIVE = [] include Aws::Structure end  | 
  
#namespace ⇒ String
The namespace of the metric.
      3202 3203 3204 3205 3206 3207  | 
    
      # File 'lib/aws-sdk-cloudwatch/types.rb', line 3202 class MetricStreamStatisticsMetric < Struct.new( :namespace, :metric_name) SENSITIVE = [] include Aws::Structure end  |