Class: Aws::FraudDetector::Types::SendEventRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assigned_labelString

The label to associate with the event. Required if specifying labelTimestamp.

Returns:

  • (String)


4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
# File 'gems/aws-sdk-frauddetector/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 = []
  include Aws::Structure
end

#entitiesArray<Types::Entity>

An array of entities.

Returns:



4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
# File 'gems/aws-sdk-frauddetector/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 = []
  include Aws::Structure
end

#event_idString

The event ID to upload.

Returns:

  • (String)


4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
# File 'gems/aws-sdk-frauddetector/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 = []
  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)


4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
# File 'gems/aws-sdk-frauddetector/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 = []
  include Aws::Structure
end

#event_type_nameString

The event type name of the event.

Returns:

  • (String)


4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
# File 'gems/aws-sdk-frauddetector/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 = []
  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>)


4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
# File 'gems/aws-sdk-frauddetector/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 = []
  include Aws::Structure
end

#label_timestampString

The timestamp associated with the label. Required if specifying assignedLabel.

Returns:

  • (String)


4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
# File 'gems/aws-sdk-frauddetector/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 = []
  include Aws::Structure
end