Class: Aws::FraudDetector::Types::UpdateEventLabelRequest

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 new label to assign to the event.

Returns:

  • (String)


4666
4667
4668
4669
4670
4671
4672
4673
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4666

class UpdateEventLabelRequest < Struct.new(
  :event_id,
  :event_type_name,
  :assigned_label,
  :label_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#event_idString

The ID of the event associated with the label to update.

Returns:

  • (String)


4666
4667
4668
4669
4670
4671
4672
4673
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4666

class UpdateEventLabelRequest < Struct.new(
  :event_id,
  :event_type_name,
  :assigned_label,
  :label_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#event_type_nameString

The event type of the event associated with the label to update.

Returns:

  • (String)


4666
4667
4668
4669
4670
4671
4672
4673
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4666

class UpdateEventLabelRequest < Struct.new(
  :event_id,
  :event_type_name,
  :assigned_label,
  :label_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#label_timestampString

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

Returns:

  • (String)


4666
4667
4668
4669
4670
4671
4672
4673
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4666

class UpdateEventLabelRequest < Struct.new(
  :event_id,
  :event_type_name,
  :assigned_label,
  :label_timestamp)
  SENSITIVE = []
  include Aws::Structure
end