Class: Aws::FraudDetector::Types::DeleteEventsByEventTypeRequest

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

#event_type_nameString

The name of the event type.

Returns:

  • (String)


1167
1168
1169
1170
1171
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1167

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