Class: Aws::FraudDetector::Types::Event

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb

Overview

The event details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#current_labelString

The label associated with the event.

Returns:

  • (String)


1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
# File 'gems/aws-sdk-frauddetector/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 = []
  include Aws::Structure
end

#entitiesArray<Types::Entity>

The event entities.

Returns:



1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
# File 'gems/aws-sdk-frauddetector/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 = []
  include Aws::Structure
end

#event_idString

The event ID.

Returns:

  • (String)


1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
# File 'gems/aws-sdk-frauddetector/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 = []
  include Aws::Structure
end

#event_timestampString

The timestamp that defines when the event under evaluation occurred. The timestamp must be specified using ISO 8601 standard in UTC.

Returns:

  • (String)


1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
# File 'gems/aws-sdk-frauddetector/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 = []
  include Aws::Structure
end

#event_type_nameString

The event type.

Returns:

  • (String)


1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
# File 'gems/aws-sdk-frauddetector/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 = []
  include Aws::Structure
end

#event_variablesHash<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.

Returns:

  • (Hash<String,String>)


1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
# File 'gems/aws-sdk-frauddetector/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 = []
  include Aws::Structure
end

#label_timestampString

The timestamp associated with the label to update. The timestamp must be specified using ISO 8601 standard in UTC.

Returns:

  • (String)


1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
# File 'gems/aws-sdk-frauddetector/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 = []
  include Aws::Structure
end