Class: Aws::Connect::Types::GetMetricDataV2Response
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::GetMetricDataV2Response
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #metric_results  ⇒ Array<Types::MetricResultV2> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the metrics requested in the API request If no grouping is specified, a summary of metric data is returned.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If there are additional results, this is the token for the next set of results.
 
Instance Attribute Details
#metric_results ⇒ Array<Types::MetricResultV2>
Information about the metrics requested in the API request If no grouping is specified, a summary of metric data is returned.
      12037 12038 12039 12040 12041 12042  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12037 class GetMetricDataV2Response < Struct.new( :next_token, :metric_results) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
      12037 12038 12039 12040 12041 12042  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12037 class GetMetricDataV2Response < Struct.new( :next_token, :metric_results) SENSITIVE = [] include Aws::Structure end  |