Class: Aws::ConnectCampaignsV2::Types::EventTrigger
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::EventTrigger
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcampaignsv2/types.rb
Overview
Event trigger of the campaign
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#customer_profiles_domain_arn ⇒ String
Amazon Resource Names(ARN).
Instance Attribute Details
#customer_profiles_domain_arn ⇒ String
Amazon Resource Names(ARN)
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 |