Class: Aws::FraudDetector::Types::ListEventPredictionsRequest

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_idTypes::FilterCondition

The detector ID.



3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3253

class ListEventPredictionsRequest < Struct.new(
  :event_id,
  :event_type,
  :detector_id,
  :detector_version_id,
  :prediction_time_range,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#detector_version_idTypes::FilterCondition

The detector version ID.



3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3253

class ListEventPredictionsRequest < Struct.new(
  :event_id,
  :event_type,
  :detector_id,
  :detector_version_id,
  :prediction_time_range,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#event_idTypes::FilterCondition

The event ID.



3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3253

class ListEventPredictionsRequest < Struct.new(
  :event_id,
  :event_type,
  :detector_id,
  :detector_version_id,
  :prediction_time_range,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#event_typeTypes::FilterCondition

The event type associated with the detector.



3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3253

class ListEventPredictionsRequest < Struct.new(
  :event_id,
  :event_type,
  :detector_id,
  :detector_version_id,
  :prediction_time_range,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of predictions to return for the request.

Returns:

  • (Integer)


3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3253

class ListEventPredictionsRequest < Struct.new(
  :event_id,
  :event_type,
  :detector_id,
  :detector_version_id,
  :prediction_time_range,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Identifies the next page of results to return. Use the token to make the call again to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.

Returns:

  • (String)


3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3253

class ListEventPredictionsRequest < Struct.new(
  :event_id,
  :event_type,
  :detector_id,
  :detector_version_id,
  :prediction_time_range,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#prediction_time_rangeTypes::PredictionTimeRange

The time period for when the predictions were generated.



3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3253

class ListEventPredictionsRequest < Struct.new(
  :event_id,
  :event_type,
  :detector_id,
  :detector_version_id,
  :prediction_time_range,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end