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:



3277
3278
3279
3280
3281
3282
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3277

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)


3277
3278
3279
3280
3281
3282
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3277

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