Class: Aws::FraudDetector::Types::PredictionTimeRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::PredictionTimeRange
- Includes:
- Structure
- Defined in:
- 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.
3823 3824 3825 3826 3827 3828 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3823 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.
3823 3824 3825 3826 3827 3828 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3823 class PredictionTimeRange < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |