Class: Aws::IoTFleetWise::Types::TimeBasedCollectionScheme

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

Overview

Information about a collection scheme that uses a time period to decide how often to collect data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#period_msInteger

The time period (in milliseconds) to decide how often to collect data. For example, if the time period is 60000, the Edge Agent software collects data once every minute.

Returns:

  • (Integer)


3698
3699
3700
3701
3702
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3698

class TimeBasedCollectionScheme < Struct.new(
  :period_ms)
  SENSITIVE = []
  include Aws::Structure
end