Class: Aws::FraudDetector::Types::PredictionTimeRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::PredictionTimeRange
- Defined in:
- gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb
Overview
The time period for when the predictions were generated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ String
The end time of the time period for when the predictions were generated.
-
#start_time ⇒ String
The start time of the time period for when the predictions were generated.
Instance Attribute Details
#end_time ⇒ String
The end time of the time period for when the predictions were generated.
3803 3804 3805 3806 3807 3808 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3803 class PredictionTimeRange < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ String
The start time of the time period for when the predictions were generated.
3803 3804 3805 3806 3807 3808 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3803 class PredictionTimeRange < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |