Class: Aws::Pinpoint::Types::GetJourneyDateRangeKpiRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::GetJourneyDateRangeKpiRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #application_id ⇒ String
 - #end_time ⇒ Time
 - #journey_id ⇒ String
 - #kpi_name ⇒ String
 - #next_token ⇒ String
 - #page_size ⇒ String
 - #start_time ⇒ Time
 
Instance Attribute Details
#application_id ⇒ String
      6871 6872 6873 6874 6875 6876 6877 6878 6879 6880 6881  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 6871 class GetJourneyDateRangeKpiRequest < Struct.new( :application_id, :end_time, :journey_id, :kpi_name, :next_token, :page_size, :start_time) SENSITIVE = [] include Aws::Structure end  | 
  
#end_time ⇒ Time
      6871 6872 6873 6874 6875 6876 6877 6878 6879 6880 6881  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 6871 class GetJourneyDateRangeKpiRequest < Struct.new( :application_id, :end_time, :journey_id, :kpi_name, :next_token, :page_size, :start_time) SENSITIVE = [] include Aws::Structure end  | 
  
#journey_id ⇒ String
      6871 6872 6873 6874 6875 6876 6877 6878 6879 6880 6881  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 6871 class GetJourneyDateRangeKpiRequest < Struct.new( :application_id, :end_time, :journey_id, :kpi_name, :next_token, :page_size, :start_time) SENSITIVE = [] include Aws::Structure end  | 
  
#kpi_name ⇒ String
      6871 6872 6873 6874 6875 6876 6877 6878 6879 6880 6881  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 6871 class GetJourneyDateRangeKpiRequest < Struct.new( :application_id, :end_time, :journey_id, :kpi_name, :next_token, :page_size, :start_time) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
      6871 6872 6873 6874 6875 6876 6877 6878 6879 6880 6881  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 6871 class GetJourneyDateRangeKpiRequest < Struct.new( :application_id, :end_time, :journey_id, :kpi_name, :next_token, :page_size, :start_time) SENSITIVE = [] include Aws::Structure end  | 
  
#page_size ⇒ String
      6871 6872 6873 6874 6875 6876 6877 6878 6879 6880 6881  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 6871 class GetJourneyDateRangeKpiRequest < Struct.new( :application_id, :end_time, :journey_id, :kpi_name, :next_token, :page_size, :start_time) SENSITIVE = [] include Aws::Structure end  | 
  
#start_time ⇒ Time
      6871 6872 6873 6874 6875 6876 6877 6878 6879 6880 6881  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 6871 class GetJourneyDateRangeKpiRequest < Struct.new( :application_id, :end_time, :journey_id, :kpi_name, :next_token, :page_size, :start_time) SENSITIVE = [] include Aws::Structure end  |