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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 '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 '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 '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 '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.

[1]: docs.aws.amazon.com/frauddetector/latest/api/API_ListEventPredictions.html

Returns:

  • (String)


2346
2347
2348
2349
2350
2351
2352
2353
2354
# File '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