Class: Aws::FraudDetector::Types::GetEventPredictionMetadataRequest

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

#detector_idString

The detector ID.

Returns:

  • (String)


2346
2347
2348
2349
2350
2351
2352
2353
2354
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2346

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

#detector_version_idString

The detector version ID.

Returns:

  • (String)


2346
2347
2348
2349
2350
2351
2352
2353
2354
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2346

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

#event_idString

The event ID.

Returns:

  • (String)


2346
2347
2348
2349
2350
2351
2352
2353
2354
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2346

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

#event_type_nameString

The event type associated with the detector specified for the prediction.

Returns:

  • (String)


2346
2347
2348
2349
2350
2351
2352
2353
2354
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2346

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

#prediction_timestampString

The timestamp that defines when the prediction was generated. The timestamp must be specified using ISO 8601 standard in UTC.

We recommend calling ListEventPredictions first, and using the predictionTimestamp value in the response to provide an accurate prediction timestamp value.

Returns:

  • (String)


2346
2347
2348
2349
2350
2351
2352
2353
2354
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2346

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