Class: Aws::CustomerProfiles::Types::EventsConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Configuration settings that define how events are processed and tracked.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_parameters_listArray<Types::EventParameters>

A list of event parameters configurations that specify how different event types should be handled.

Returns:



3022
3023
3024
3025
3026
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3022

class EventsConfig < Struct.new(
  :event_parameters_list)
  SENSITIVE = []
  include Aws::Structure
end