Class: Aws::FraudDetector::Types::GetDeleteEventsByEventTypeStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::GetDeleteEventsByEventTypeStatusRequest
- 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 get the deletion status.
Instance Attribute Details
#event_type_name ⇒ String
Name of event type for which to get the deletion status.
2123 2124 2125 2126 2127 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2123 class GetDeleteEventsByEventTypeStatusRequest < Struct.new( :event_type_name) SENSITIVE = [] include Aws::Structure end |