Class: Aws::AppIntegrationsService::Types::OnDemandConfiguration

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

Overview

The start and end time for data pull from the source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeString

The end time for data pull from the source as an Unix/epoch string in milliseconds

Returns:

  • (String)


1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1267

class OnDemandConfiguration < Struct.new(
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeString

The start time for data pull from the source as an Unix/epoch string in milliseconds

Returns:

  • (String)


1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1267

class OnDemandConfiguration < Struct.new(
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end