Class: Aws::Pinpoint::Types::GetJourneyDateRangeKpiResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::GetJourneyDateRangeKpiResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #journey_date_range_kpi_response  ⇒ Types::JourneyDateRangeKpiResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides the results of a query that retrieved the data for a standard engagement metric that applies to a journey, and provides information about that query.
 
Instance Attribute Details
#journey_date_range_kpi_response ⇒ Types::JourneyDateRangeKpiResponse
Provides the results of a query that retrieved the data for a standard engagement metric that applies to a journey, and provides information about that query.
      6891 6892 6893 6894 6895  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 6891 class GetJourneyDateRangeKpiResponse < Struct.new( :journey_date_range_kpi_response) SENSITIVE = [] include Aws::Structure end  |