Class: Aws::FraudDetector::Types::GetDeleteEventsByEventTypeStatusRequest

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

Name of event type for which to get the deletion status.

Returns:

  • (String)


2123
2124
2125
2126
2127
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2123

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