Class: Aws::CustomerProfiles::Types::DeleteEventTriggerRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


1771
1772
1773
1774
1775
1776
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1771

class DeleteEventTriggerRequest < Struct.new(
  :domain_name,
  :event_trigger_name)
  SENSITIVE = []
  include Aws::Structure
end

#event_trigger_nameString

The unique name of the event trigger.

Returns:

  • (String)


1771
1772
1773
1774
1775
1776
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1771

class DeleteEventTriggerRequest < Struct.new(
  :domain_name,
  :event_trigger_name)
  SENSITIVE = []
  include Aws::Structure
end