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.
3108 3109 3110 3111 3112 3113 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3108 class IngestedEventsTimeWindow < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ String
Timestamp of the first ingensted event.
3108 3109 3110 3111 3112 3113 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3108 class IngestedEventsTimeWindow < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |