Class: Aws::FraudDetector::Types::DeleteEventTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::DeleteEventTypeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the event type to delete.
Instance Attribute Details
#name ⇒ String
The name of the event type to delete.
1151 1152 1153 1154 1155 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1151 class DeleteEventTypeRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |