Class: Aws::AppIntegrationsService::Types::ScheduleConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::ScheduleConfiguration
- Includes:
- Structure
- Defined in:
- 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
-
#first_execution_from ⇒ String
The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format.
-
#object ⇒ String
The name of the object to pull from the data source.
-
#schedule_expression ⇒ String
How often the data should be pulled from data source.
Instance Attribute Details
#first_execution_from ⇒ String
The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format.
1342 1343 1344 1345 1346 1347 1348 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1342 class ScheduleConfiguration < Struct.new( :first_execution_from, :object, :schedule_expression) SENSITIVE = [] include Aws::Structure end |
#object ⇒ String
The name of the object to pull from the data source.
1342 1343 1344 1345 1346 1347 1348 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1342 class ScheduleConfiguration < Struct.new( :first_execution_from, :object, :schedule_expression) SENSITIVE = [] include Aws::Structure end |
#schedule_expression ⇒ String
How often the data should be pulled from data source.
1342 1343 1344 1345 1346 1347 1348 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1342 class ScheduleConfiguration < Struct.new( :first_execution_from, :object, :schedule_expression) SENSITIVE = [] include Aws::Structure end |