Class: Aws::CustomerProfiles::Types::GetEventTriggerRequest

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)


3889
3890
3891
3892
3893
3894
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3889

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

#event_trigger_nameString

The unique name of the event trigger.

Returns:

  • (String)


3889
3890
3891
3892
3893
3894
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3889

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