Class: Aws::CustomerProfiles::Types::EventsConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::EventsConfig
- 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
-
#event_parameters_list ⇒ Array<Types::EventParameters>
A list of event parameters configurations that specify how different event types should be handled.
Instance Attribute Details
#event_parameters_list ⇒ Array<Types::EventParameters>
A list of event parameters configurations that specify how different event types should be handled.
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 |