Class: Aws::IoTFleetWise::Types::PeriodicStateTemplateUpdateStrategy

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

Overview

Vehicles associated with the state template will stream telemetry data during a specified time period.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#state_template_update_rateTypes::TimePeriod

The length of time between state template updates.

Returns:



3688
3689
3690
3691
3692
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3688

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