Class: Aws::FraudDetector::Types::PredictionTimeRange

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#end_timeString

The end time of the time period for when the predictions were generated.

Returns:

  • (String)


3823
3824
3825
3826
3827
3828
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3823

class PredictionTimeRange < Struct.new(
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeString

The start time of the time period for when the predictions were generated.

Returns:

  • (String)


3823
3824
3825
3826
3827
3828
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3823

class PredictionTimeRange < Struct.new(
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end