Class: Aws::FraudDetector::Types::IngestedEventsTimeWindow

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb

Overview

The start and stop time of the ingested events.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeString

Timestamp of the final ingested event.

Returns:

  • (String)


3108
3109
3110
3111
3112
3113
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3108

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

#start_timeString

Timestamp of the first ingensted event.

Returns:

  • (String)


3108
3109
3110
3111
3112
3113
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3108

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