Class: Aws::CustomerProfiles::Types::TriggerProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::TriggerProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Specifies the configuration details that control the trigger for a flow. Currently, these settings only apply to the Scheduled trigger type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scheduled ⇒ Types::ScheduledTriggerProperties
Specifies the configuration details of a schedule-triggered flow that you define.
Instance Attribute Details
#scheduled ⇒ Types::ScheduledTriggerProperties
Specifies the configuration details of a schedule-triggered flow that you define.
6928 6929 6930 6931 6932 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6928 class TriggerProperties < Struct.new( :scheduled) SENSITIVE = [] include Aws::Structure end |