Class: Aws::FraudDetector::Types::EventPredictionSummary

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

Overview

Information about the summary of an event prediction.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detector_idString

The detector ID.

Returns:

  • (String)


1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1750

class EventPredictionSummary < Struct.new(
  :event_id,
  :event_type_name,
  :event_timestamp,
  :prediction_timestamp,
  :detector_id,
  :detector_version_id)
  SENSITIVE = []
  include Aws::Structure
end

#detector_version_idString

The detector version ID.

Returns:

  • (String)


1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1750

class EventPredictionSummary < Struct.new(
  :event_id,
  :event_type_name,
  :event_timestamp,
  :prediction_timestamp,
  :detector_id,
  :detector_version_id)
  SENSITIVE = []
  include Aws::Structure
end

#event_idString

The event ID.

Returns:

  • (String)


1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1750

class EventPredictionSummary < Struct.new(
  :event_id,
  :event_type_name,
  :event_timestamp,
  :prediction_timestamp,
  :detector_id,
  :detector_version_id)
  SENSITIVE = []
  include Aws::Structure
end

#event_timestampString

The timestamp of the event.

Returns:

  • (String)


1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1750

class EventPredictionSummary < Struct.new(
  :event_id,
  :event_type_name,
  :event_timestamp,
  :prediction_timestamp,
  :detector_id,
  :detector_version_id)
  SENSITIVE = []
  include Aws::Structure
end

#event_type_nameString

The event type.

Returns:

  • (String)


1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1750

class EventPredictionSummary < Struct.new(
  :event_id,
  :event_type_name,
  :event_timestamp,
  :prediction_timestamp,
  :detector_id,
  :detector_version_id)
  SENSITIVE = []
  include Aws::Structure
end

#prediction_timestampString

The timestamp when the prediction was generated.

Returns:

  • (String)


1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1750

class EventPredictionSummary < Struct.new(
  :event_id,
  :event_type_name,
  :event_timestamp,
  :prediction_timestamp,
  :detector_id,
  :detector_version_id)
  SENSITIVE = []
  include Aws::Structure
end