Class: Aws::FraudDetector::Types::ListEventPredictionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::ListEventPredictionsResult
- Defined in:
- gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_prediction_summaries ⇒ Array<Types::EventPredictionSummary>
The summary of the past predictions.
-
#next_token ⇒ String
Identifies the next page of results to return.
Instance Attribute Details
#event_prediction_summaries ⇒ Array<Types::EventPredictionSummary>
The summary of the past predictions.
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_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.
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 |