Class: Aws::FraudDetector::Types::DeleteEventsByEventTypeResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::DeleteEventsByEventTypeResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type_name ⇒ String
Name of event type for which to delete the events.
-
#events_deletion_status ⇒ String
The status of the delete request.
Instance Attribute Details
#event_type_name ⇒ String
Name of event type for which to delete the events.
1183 1184 1185 1186 1187 1188 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1183 class DeleteEventsByEventTypeResult < Struct.new( :event_type_name, :events_deletion_status) SENSITIVE = [] include Aws::Structure end |
#events_deletion_status ⇒ String
The status of the delete request.
1183 1184 1185 1186 1187 1188 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1183 class DeleteEventsByEventTypeResult < Struct.new( :event_type_name, :events_deletion_status) SENSITIVE = [] include Aws::Structure end |