Class: Aws::FraudDetector::Types::EventPredictionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::EventPredictionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Information about the summary of an event prediction.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detector_id ⇒ String
The detector ID.
-
#detector_version_id ⇒ String
The detector version ID.
-
#event_id ⇒ String
The event ID.
-
#event_timestamp ⇒ String
The timestamp of the event.
-
#event_type_name ⇒ String
The event type.
-
#prediction_timestamp ⇒ String
The timestamp when the prediction was generated.
Instance Attribute Details
#detector_id ⇒ String
The detector ID.
1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1750 class EventPredictionSummary < Struct.new( :event_id, :event_type_name, :event_timestamp, :prediction_timestamp, :detector_id, :detector_version_id) SENSITIVE = [] include Aws::Structure end |
#detector_version_id ⇒ String
The detector version ID.
1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1750 class EventPredictionSummary < Struct.new( :event_id, :event_type_name, :event_timestamp, :prediction_timestamp, :detector_id, :detector_version_id) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
The event ID.
1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1750 class EventPredictionSummary < Struct.new( :event_id, :event_type_name, :event_timestamp, :prediction_timestamp, :detector_id, :detector_version_id) SENSITIVE = [] include Aws::Structure end |
#event_timestamp ⇒ String
The timestamp of the event.
1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1750 class EventPredictionSummary < Struct.new( :event_id, :event_type_name, :event_timestamp, :prediction_timestamp, :detector_id, :detector_version_id) SENSITIVE = [] include Aws::Structure end |
#event_type_name ⇒ String
The event type.
1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1750 class EventPredictionSummary < Struct.new( :event_id, :event_type_name, :event_timestamp, :prediction_timestamp, :detector_id, :detector_version_id) SENSITIVE = [] include Aws::Structure end |
#prediction_timestamp ⇒ String
The timestamp when the prediction was generated.
1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1750 class EventPredictionSummary < Struct.new( :event_id, :event_type_name, :event_timestamp, :prediction_timestamp, :detector_id, :detector_version_id) SENSITIVE = [] include Aws::Structure end |