Class: Aws::CustomerProfiles::Types::DeleteEventTriggerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DeleteEventTriggerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain.
-
#event_trigger_name ⇒ String
The unique name of the event trigger.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
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_name ⇒ String
The unique name of the event trigger.
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 |