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)


3393
3394
3395
3396
3397
3398
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3393

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)


3393
3394
3395
3396
3397
3398
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3393

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