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

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


749
750
751
752
753
754
755
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 749

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.



749
750
751
752
753
754
755
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 749

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.



749
750
751
752
753
754
755
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 749

class ExecutionConfiguration < Struct.new(
  :execution_mode,
  :on_demand_configuration,
  :schedule_configuration)
  SENSITIVE = []
  include Aws::Structure
end