Class: Aws::Pinpoint::Types::JourneyRunResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Pinpoint::Types::JourneyRunResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Provides information from a specified run of a journey.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time when the journey run was created or scheduled, in ISO 8601 format. 
- 
  
    
      #last_update_time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The last time the journey run was updated, in ISO 8601 format.. 
- 
  
    
      #run_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier for the run. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The current status of the journey run. 
Instance Attribute Details
#creation_time ⇒ String
The time when the journey run was created or scheduled, in ISO 8601 format.
| 8874 8875 8876 8877 8878 8879 8880 8881 | # File 'lib/aws-sdk-pinpoint/types.rb', line 8874 class JourneyRunResponse < Struct.new( :creation_time, :last_update_time, :run_id, :status) SENSITIVE = [] include Aws::Structure end | 
#last_update_time ⇒ String
The last time the journey run was updated, in ISO 8601 format..
| 8874 8875 8876 8877 8878 8879 8880 8881 | # File 'lib/aws-sdk-pinpoint/types.rb', line 8874 class JourneyRunResponse < Struct.new( :creation_time, :last_update_time, :run_id, :status) SENSITIVE = [] include Aws::Structure end | 
#run_id ⇒ String
The unique identifier for the run.
| 8874 8875 8876 8877 8878 8879 8880 8881 | # File 'lib/aws-sdk-pinpoint/types.rb', line 8874 class JourneyRunResponse < Struct.new( :creation_time, :last_update_time, :run_id, :status) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
The current status of the journey run.
| 8874 8875 8876 8877 8878 8879 8880 8881 | # File 'lib/aws-sdk-pinpoint/types.rb', line 8874 class JourneyRunResponse < Struct.new( :creation_time, :last_update_time, :run_id, :status) SENSITIVE = [] include Aws::Structure end |