Class: Aws::CustomerProfiles::Types::DeleteEventTriggerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DeleteEventTriggerRequest
- Defined in:
- gems/aws-sdk-customerprofiles/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.
2297 2298 2299 2300 2301 2302 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2297 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.
2297 2298 2299 2300 2301 2302 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2297 class DeleteEventTriggerRequest < Struct.new( :domain_name, :event_trigger_name) SENSITIVE = [] include Aws::Structure end |