Class: Aws::CloudWatch::Types::GetMetricStreamInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudWatch::Types::GetMetricStreamInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudwatch/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the metric stream to retrieve information about.
 
Instance Attribute Details
#name ⇒ String
The name of the metric stream to retrieve information about.
      1524 1525 1526 1527 1528  | 
    
      # File 'lib/aws-sdk-cloudwatch/types.rb', line 1524 class GetMetricStreamInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end  |