Class: Aws::Pinpoint::Types::GetJourneyResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::GetJourneyResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #journey_response  ⇒ Types::JourneyResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides information about the status, configuration, and other settings for a journey.
 
Instance Attribute Details
#journey_response ⇒ Types::JourneyResponse
Provides information about the status, configuration, and other settings for a journey.
      6998 6999 7000 7001 7002  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 6998 class GetJourneyResponse < Struct.new( :journey_response) SENSITIVE = [] include Aws::Structure end  |