Class: Aws::FraudDetector::Types::SendEventRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::SendEventRequest
- Defined in:
- gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assigned_label ⇒ String
The label to associate with the event.
-
#entities ⇒ Array<Types::Entity>
An array of entities.
-
#event_id ⇒ String
The event ID to upload.
-
#event_timestamp ⇒ String
The timestamp that defines when the event under evaluation occurred.
-
#event_type_name ⇒ String
The event type name of the event.
-
#event_variables ⇒ Hash<String,String>
Names of the event type's variables you defined in Amazon Fraud Detector to represent data elements and their corresponding values for the event you are sending for evaluation.
-
#label_timestamp ⇒ String
The timestamp associated with the label.
Instance Attribute Details
#assigned_label ⇒ String
The label to associate with the event. Required if specifying
labelTimestamp
.
3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3990 class SendEventRequest < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :assigned_label, :label_timestamp, :entities) SENSITIVE = [] include Aws::Structure end |
#entities ⇒ Array<Types::Entity>
An array of entities.
3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3990 class SendEventRequest < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :assigned_label, :label_timestamp, :entities) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
The event ID to upload.
3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3990 class SendEventRequest < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :assigned_label, :label_timestamp, :entities) SENSITIVE = [] include Aws::Structure end |
#event_timestamp ⇒ String
The timestamp that defines when the event under evaluation occurred. The timestamp must be specified using ISO 8601 standard in UTC.
3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3990 class SendEventRequest < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :assigned_label, :label_timestamp, :entities) SENSITIVE = [] include Aws::Structure end |
#event_type_name ⇒ String
The event type name of the event.
3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3990 class SendEventRequest < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :assigned_label, :label_timestamp, :entities) SENSITIVE = [] include Aws::Structure end |
#event_variables ⇒ Hash<String,String>
Names of the event type's variables you defined in Amazon Fraud Detector to represent data elements and their corresponding values for the event you are sending for evaluation.
3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3990 class SendEventRequest < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :assigned_label, :label_timestamp, :entities) SENSITIVE = [] include Aws::Structure end |
#label_timestamp ⇒ String
The timestamp associated with the label. Required if specifying
assignedLabel
.
3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3990 class SendEventRequest < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :assigned_label, :label_timestamp, :entities) SENSITIVE = [] include Aws::Structure end |