Class: Aws::Appflow::Types::TriggerProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/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

Instance Attribute Details

#scheduledTypes::ScheduledTriggerProperties

Specifies the configuration details of a schedule-triggered flow as defined by the user.



5509
5510
5511
5512
5513
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5509

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