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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3712
3713
3714
3715
3716
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3712

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