Class: Aws::Pinpoint::Types::JourneyChannelSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::JourneyChannelSettings
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
The channel-specific configurations for the journey.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #connect_campaign_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Amazon Resource Name (ARN) of the Connect Campaign.
 - 
  
    
      #connect_campaign_execution_role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
IAM role ARN to be assumed when invoking Connect campaign execution APIs for dialing.
 
Instance Attribute Details
#connect_campaign_arn ⇒ String
Amazon Resource Name (ARN) of the Connect Campaign.
      8522 8523 8524 8525 8526 8527  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 8522 class JourneyChannelSettings < Struct.new( :connect_campaign_arn, :connect_campaign_execution_role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#connect_campaign_execution_role_arn ⇒ String
IAM role ARN to be assumed when invoking Connect campaign execution APIs for dialing.
      8522 8523 8524 8525 8526 8527  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 8522 class JourneyChannelSettings < Struct.new( :connect_campaign_arn, :connect_campaign_execution_role_arn) SENSITIVE = [] include Aws::Structure end  |