Class: Aws::FraudDetector::Types::DeleteEventRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::DeleteEventRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delete_audit_history ⇒ Boolean
Specifies whether or not to delete any predictions associated with the event.
-
#event_id ⇒ String
The ID of the event to delete.
-
#event_type_name ⇒ String
The name of the event type.
Instance Attribute Details
#delete_audit_history ⇒ Boolean
Specifies whether or not to delete any predictions associated with the event. If set to ‘True`,
1133 1134 1135 1136 1137 1138 1139 |
# File '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_id ⇒ String
The ID of the event to delete.
1133 1134 1135 1136 1137 1138 1139 |
# File '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_name ⇒ String
The name of the event type.
1133 1134 1135 1136 1137 1138 1139 |
# File '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 |