Class: Aws::FraudDetector::Types::DeleteEventRequest

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

#delete_audit_historyBoolean

Specifies whether or not to delete any predictions associated with the event. If set to True,

Returns:

  • (Boolean)


1133
1134
1135
1136
1137
1138
1139
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1133

class DeleteEventRequest < Struct.new(
  :event_id,
  :event_type_name,
  :delete_audit_history)
  SENSITIVE = []
  include Aws::Structure
end

#event_idString

The ID of the event to delete.

Returns:

  • (String)


1133
1134
1135
1136
1137
1138
1139
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1133

class DeleteEventRequest < Struct.new(
  :event_id,
  :event_type_name,
  :delete_audit_history)
  SENSITIVE = []
  include Aws::Structure
end

#event_type_nameString

The name of the event type.

Returns:

  • (String)


1133
1134
1135
1136
1137
1138
1139
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1133

class DeleteEventRequest < Struct.new(
  :event_id,
  :event_type_name,
  :delete_audit_history)
  SENSITIVE = []
  include Aws::Structure
end