Class: Aws::FraudDetector::Types::IngestedEventsDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::IngestedEventsDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
The details of the ingested event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ingested_events_time_window ⇒ Types::IngestedEventsTimeWindow
The start and stop time of the ingested events.
Instance Attribute Details
#ingested_events_time_window ⇒ Types::IngestedEventsTimeWindow
The start and stop time of the ingested events.
3090 3091 3092 3093 3094 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3090 class IngestedEventsDetail < Struct.new( :ingested_events_time_window) SENSITIVE = [] include Aws::Structure end |