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.
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_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.
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 |