Class: Aws::FraudDetector::Types::IngestedEventsTimeWindow
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::IngestedEventsTimeWindow
- Defined in:
- gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb
Overview
The start and stop time of the ingested events.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ String
Timestamp of the final ingested event.
-
#start_time ⇒ String
Timestamp of the first ingensted event.
Instance Attribute Details
#end_time ⇒ String
Timestamp of the final ingested event.
2908 2909 2910 2911 2912 2913 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2908 class IngestedEventsTimeWindow < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ String
Timestamp of the first ingensted event.
2908 2909 2910 2911 2912 2913 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2908 class IngestedEventsTimeWindow < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |