Class: Aws::IoTFleetWise::Types::PeriodicStateTemplateUpdateStrategy
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::PeriodicStateTemplateUpdateStrategy
- 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
-
#state_template_update_rate ⇒ Types::TimePeriod
The length of time between state template updates.
Instance Attribute Details
#state_template_update_rate ⇒ Types::TimePeriod
The length of time between state template updates.
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 |