Class: Aws::AppIntegrationsService::Types::ExecutionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::ExecutionConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appintegrationsservice/types.rb
Overview
The configuration for how the files should be pulled from the source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_mode ⇒ String
The mode for data import/export execution.
-
#on_demand_configuration ⇒ Types::OnDemandConfiguration
The start and end time for data pull from the source.
-
#schedule_configuration ⇒ Types::ScheduleConfiguration
The name of the data and how often it should be pulled from the source.
Instance Attribute Details
#execution_mode ⇒ String
The mode for data import/export execution.
694 695 696 697 698 699 700 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 694 class ExecutionConfiguration < Struct.new( :execution_mode, :on_demand_configuration, :schedule_configuration) SENSITIVE = [] include Aws::Structure end |
#on_demand_configuration ⇒ Types::OnDemandConfiguration
The start and end time for data pull from the source.
694 695 696 697 698 699 700 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 694 class ExecutionConfiguration < Struct.new( :execution_mode, :on_demand_configuration, :schedule_configuration) SENSITIVE = [] include Aws::Structure end |
#schedule_configuration ⇒ Types::ScheduleConfiguration
The name of the data and how often it should be pulled from the source.
694 695 696 697 698 699 700 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 694 class ExecutionConfiguration < Struct.new( :execution_mode, :on_demand_configuration, :schedule_configuration) SENSITIVE = [] include Aws::Structure end |