Class: Aws::FraudDetector::Types::UpdateEventLabelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::UpdateEventLabelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assigned_label ⇒ String
The new label to assign to the event.
-
#event_id ⇒ String
The ID of the event associated with the label to update.
-
#event_type_name ⇒ String
The event type of the event associated with the label to update.
-
#label_timestamp ⇒ String
The timestamp associated with the label.
Instance Attribute Details
#assigned_label ⇒ String
The new label to assign to the event.
4666 4667 4668 4669 4670 4671 4672 4673 |
# File '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_id ⇒ String
The ID of the event associated with the label to update.
4666 4667 4668 4669 4670 4671 4672 4673 |
# File '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_name ⇒ String
The event type of the event associated with the label to update.
4666 4667 4668 4669 4670 4671 4672 4673 |
# File '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_timestamp ⇒ String
The timestamp associated with the label. The timestamp must be specified using ISO 8601 standard in UTC.
4666 4667 4668 4669 4670 4671 4672 4673 |
# File '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 |