Class: Aws::AppIntegrationsService::Types::OnDemandConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::OnDemandConfiguration
- 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
-
#end_time ⇒ String
The end time for data pull from the source as an Unix/epoch string in milliseconds.
-
#start_time ⇒ String
The start time for data pull from the source as an Unix/epoch string in milliseconds.
Instance Attribute Details
#end_time ⇒ String
The end time for data pull from the source as an Unix/epoch string in milliseconds
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_time ⇒ String
The start time for data pull from the source as an Unix/epoch string in milliseconds
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 |