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:



2934
2935
2936
2937
2938
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2934

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