Class: Aws::FraudDetector::Types::SendEventRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::SendEventRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:event_variables, :entities]
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`.
4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4222 class SendEventRequest < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :assigned_label, :label_timestamp, :entities) SENSITIVE = [:event_variables, :entities] include Aws::Structure end |
#entities ⇒ Array<Types::Entity>
An array of entities.
4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4222 class SendEventRequest < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :assigned_label, :label_timestamp, :entities) SENSITIVE = [:event_variables, :entities] include Aws::Structure end |
#event_id ⇒ String
The event ID to upload.
4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4222 class SendEventRequest < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :assigned_label, :label_timestamp, :entities) SENSITIVE = [:event_variables, :entities] 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.
4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4222 class SendEventRequest < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :assigned_label, :label_timestamp, :entities) SENSITIVE = [:event_variables, :entities] include Aws::Structure end |
#event_type_name ⇒ String
The event type name of the event.
4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4222 class SendEventRequest < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :assigned_label, :label_timestamp, :entities) SENSITIVE = [:event_variables, :entities] 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.
4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4222 class SendEventRequest < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :assigned_label, :label_timestamp, :entities) SENSITIVE = [:event_variables, :entities] include Aws::Structure end |
#label_timestamp ⇒ String
The timestamp associated with the label. Required if specifying ‘assignedLabel`.
4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4222 class SendEventRequest < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :assigned_label, :label_timestamp, :entities) SENSITIVE = [:event_variables, :entities] include Aws::Structure end |