Class: Aws::FraudDetector::Types::DeleteEventTypeRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the event type to delete.

Returns:

  • (String)


1151
1152
1153
1154
1155
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1151

class DeleteEventTypeRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end