Class: Aws::FraudDetector::Types::GetEventRequest

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_idString

The ID of the event to retrieve.

Returns:

  • (String)


2553
2554
2555
2556
2557
2558
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2553

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

#event_type_nameString

The event type of the event to retrieve.

Returns:

  • (String)


2553
2554
2555
2556
2557
2558
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2553

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