Class: Aws::FraudDetector::Types::DeleteEventsByEventTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::DeleteEventsByEventTypeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type_name ⇒ String
The name of the event type.
Instance Attribute Details
#event_type_name ⇒ String
The name of the event type.
1167 1168 1169 1170 1171 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1167 class DeleteEventsByEventTypeRequest < Struct.new( :event_type_name) SENSITIVE = [] include Aws::Structure end |