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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/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)


3273
3274
3275
3276
3277
3278
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3273

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)


3273
3274
3275
3276
3277
3278
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3273

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