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)


2994
2995
2996
2997
2998
2999
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2994

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)


2994
2995
2996
2997
2998
2999
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2994

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