Class: Aws::ConnectCampaignsV2::Types::EventTrigger

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connectcampaignsv2/types.rb

Overview

Event trigger of the campaign

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#customer_profiles_domain_arnString

Amazon Resource Names(ARN)

Returns:

  • (String)


769
770
771
772
773
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 769

class EventTrigger < Struct.new(
  :customer_profiles_domain_arn)
  SENSITIVE = []
  include Aws::Structure
end