Class: Aws::Pinpoint::Types::GetJourneyExecutionActivityMetricsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::GetJourneyExecutionActivityMetricsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #journey_execution_activity_metrics_response  ⇒ Types::JourneyExecutionActivityMetricsResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides the results of a query that retrieved the data for a standard execution metric that applies to a journey activity, and provides information about that query.
 
Instance Attribute Details
#journey_execution_activity_metrics_response ⇒ Types::JourneyExecutionActivityMetricsResponse
Provides the results of a query that retrieved the data for a standard execution metric that applies to a journey activity, and provides information about that query.
      6932 6933 6934 6935 6936  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 6932 class GetJourneyExecutionActivityMetricsResponse < Struct.new( :journey_execution_activity_metrics_response) SENSITIVE = [] include Aws::Structure end  |