Class: Aws::FraudDetector::Types::GetEventResult

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

#eventTypes::Event

The details of the event.

Returns:



2566
2567
2568
2569
2570
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2566

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