Class: Aws::FraudDetector::Types::Event
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::Event
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
The event details.
Constant Summary collapse
- SENSITIVE =
[:event_variables, :entities]
Instance Attribute Summary collapse
-
#current_label ⇒ String
The label associated with the event.
-
#entities ⇒ Array<Types::Entity>
The event entities.
-
#event_id ⇒ String
The event ID.
-
#event_timestamp ⇒ String
The timestamp that defines when the event under evaluation occurred.
-
#event_type_name ⇒ String
The event type.
-
#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 to update.
Instance Attribute Details
#current_label ⇒ String
The label associated with the event.
1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1695 class Event < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :current_label, :label_timestamp, :entities) SENSITIVE = [:event_variables, :entities] include Aws::Structure end |
#entities ⇒ Array<Types::Entity>
The event entities.
1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1695 class Event < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :current_label, :label_timestamp, :entities) SENSITIVE = [:event_variables, :entities] include Aws::Structure end |
#event_id ⇒ String
The event ID.
1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1695 class Event < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :current_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.
1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1695 class Event < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :current_label, :label_timestamp, :entities) SENSITIVE = [:event_variables, :entities] include Aws::Structure end |
#event_type_name ⇒ String
The event type.
1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1695 class Event < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :current_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.
1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1695 class Event < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :current_label, :label_timestamp, :entities) SENSITIVE = [:event_variables, :entities] include Aws::Structure end |
#label_timestamp ⇒ String
The timestamp associated with the label to update. The timestamp must be specified using ISO 8601 standard in UTC.
1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1695 class Event < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :current_label, :label_timestamp, :entities) SENSITIVE = [:event_variables, :entities] include Aws::Structure end |