Class: Aws::AppIntegrationsService::Types::ScheduleConfiguration

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

Overview

The name of the data and how often it should be pulled from the source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#first_execution_fromString

The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format.

Returns:

  • (String)


1190
1191
1192
1193
1194
1195
1196
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1190

class ScheduleConfiguration < Struct.new(
  :first_execution_from,
  :object,
  :schedule_expression)
  SENSITIVE = []
  include Aws::Structure
end

#objectString

The name of the object to pull from the data source.

Returns:

  • (String)


1190
1191
1192
1193
1194
1195
1196
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1190

class ScheduleConfiguration < Struct.new(
  :first_execution_from,
  :object,
  :schedule_expression)
  SENSITIVE = []
  include Aws::Structure
end

#schedule_expressionString

How often the data should be pulled from data source.

Returns:

  • (String)


1190
1191
1192
1193
1194
1195
1196
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1190

class ScheduleConfiguration < Struct.new(
  :first_execution_from,
  :object,
  :schedule_expression)
  SENSITIVE = []
  include Aws::Structure
end