Class: Aws::FraudDetector::Types::ListEventPredictionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::ListEventPredictionsRequest
- Defined in:
- gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detector_id ⇒ Types::FilterCondition
The detector ID.
-
#detector_version_id ⇒ Types::FilterCondition
The detector version ID.
-
#event_id ⇒ Types::FilterCondition
The event ID.
-
#event_type ⇒ Types::FilterCondition
The event type associated with the detector.
-
#max_results ⇒ Integer
The maximum number of predictions to return for the request.
-
#next_token ⇒ String
Identifies the next page of results to return.
-
#prediction_time_range ⇒ Types::PredictionTimeRange
The time period for when the predictions were generated.
Instance Attribute Details
#detector_id ⇒ Types::FilterCondition
The detector ID.
3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3035 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_id ⇒ Types::FilterCondition
The detector version ID.
3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3035 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_id ⇒ Types::FilterCondition
The event ID.
3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3035 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_type ⇒ Types::FilterCondition
The event type associated with the detector.
3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3035 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_results ⇒ Integer
The maximum number of predictions to return for the request.
3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3035 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_token ⇒ String
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.
3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3035 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_range ⇒ Types::PredictionTimeRange
The time period for when the predictions were generated.
3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3035 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 |