Class: Aws::Pinpoint::Types::GetJourneyRunExecutionMetricsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::GetJourneyRunExecutionMetricsRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #application_id ⇒ String
 - #journey_id ⇒ String
 - #next_token ⇒ String
 - #page_size ⇒ String
 - #run_id ⇒ String
 
Instance Attribute Details
#application_id ⇒ String
      7066 7067 7068 7069 7070 7071 7072 7073 7074  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 7066 class GetJourneyRunExecutionMetricsRequest < Struct.new( :application_id, :journey_id, :next_token, :page_size, :run_id) SENSITIVE = [] include Aws::Structure end  | 
  
#journey_id ⇒ String
      7066 7067 7068 7069 7070 7071 7072 7073 7074  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 7066 class GetJourneyRunExecutionMetricsRequest < Struct.new( :application_id, :journey_id, :next_token, :page_size, :run_id) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
      7066 7067 7068 7069 7070 7071 7072 7073 7074  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 7066 class GetJourneyRunExecutionMetricsRequest < Struct.new( :application_id, :journey_id, :next_token, :page_size, :run_id) SENSITIVE = [] include Aws::Structure end  | 
  
#page_size ⇒ String
      7066 7067 7068 7069 7070 7071 7072 7073 7074  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 7066 class GetJourneyRunExecutionMetricsRequest < Struct.new( :application_id, :journey_id, :next_token, :page_size, :run_id) SENSITIVE = [] include Aws::Structure end  | 
  
#run_id ⇒ String
      7066 7067 7068 7069 7070 7071 7072 7073 7074  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 7066 class GetJourneyRunExecutionMetricsRequest < Struct.new( :application_id, :journey_id, :next_token, :page_size, :run_id) SENSITIVE = [] include Aws::Structure end  |