Class: Aws::AppIntegrationsService::Types::ExecutionConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#execution_modeString

The mode for data import/export execution.

Returns:

  • (String)


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_configurationTypes::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_configurationTypes::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