Class: Aws::Pinpoint::Types::GetJourneyExecutionMetricsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::GetJourneyExecutionMetricsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #journey_execution_metrics_response  ⇒ Types::JourneyExecutionMetricsResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides the results of a query that retrieved the data for a standard execution metric that applies to a journey, and provides information about that query.
 
Instance Attribute Details
#journey_execution_metrics_response ⇒ Types::JourneyExecutionMetricsResponse
Provides the results of a query that retrieved the data for a standard execution metric that applies to a journey, and provides information about that query.
      6970 6971 6972 6973 6974  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 6970 class GetJourneyExecutionMetricsResponse < Struct.new( :journey_execution_metrics_response) SENSITIVE = [] include Aws::Structure end  |