Class: Aws::FraudDetector::Types::ListEventPredictionsResult

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

#event_prediction_summariesArray<Types::EventPredictionSummary>

The summary of the past predictions.

Returns:



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

class ListEventPredictionsResult < Struct.new(
  :event_prediction_summaries,
  :next_token)
  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)


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

class ListEventPredictionsResult < Struct.new(
  :event_prediction_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end