Class: Aws::Pinpoint::Types::JourneyChannelSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb

Overview

The channel-specific configurations for the journey.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connect_campaign_arnString

Amazon Resource Name (ARN) of the Connect Campaign.

Returns:

  • (String)


8498
8499
8500
8501
8502
8503
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8498

class JourneyChannelSettings < Struct.new(
  :connect_campaign_arn,
  :connect_campaign_execution_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#connect_campaign_execution_role_arnString

IAM role ARN to be assumed when invoking Connect campaign execution APIs for dialing.

Returns:

  • (String)


8498
8499
8500
8501
8502
8503
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8498

class JourneyChannelSettings < Struct.new(
  :connect_campaign_arn,
  :connect_campaign_execution_role_arn)
  SENSITIVE = []
  include Aws::Structure
end