Class: Aws::FraudDetector::Types::Event
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::Event
- Defined in:
- gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb
Overview
The event details.
Constant Summary collapse
- SENSITIVE =
[]
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.
1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1593 class Event < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :current_label, :label_timestamp, :entities) SENSITIVE = [] include Aws::Structure end |
#entities ⇒ Array<Types::Entity>
The event entities.
1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1593 class Event < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :current_label, :label_timestamp, :entities) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
The event ID.
1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1593 class Event < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :current_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.
1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1593 class Event < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :current_label, :label_timestamp, :entities) SENSITIVE = [] include Aws::Structure end |
#event_type_name ⇒ String
The event type.
1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1593 class Event < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :current_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.
1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1593 class Event < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :current_label, :label_timestamp, :entities) SENSITIVE = [] 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.
1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1593 class Event < Struct.new( :event_id, :event_type_name, :event_timestamp, :event_variables, :current_label, :label_timestamp, :entities) SENSITIVE = [] include Aws::Structure end |