Class: Aws::IoTFleetWise::Types::TimeBasedSignalFetchConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::TimeBasedSignalFetchConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Overview
Used to configure a frequency-based vehicle signal fetch.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_frequency_ms ⇒ Integer
The frequency with which the signal fetch will be executed.
Instance Attribute Details
#execution_frequency_ms ⇒ Integer
The frequency with which the signal fetch will be executed.
4565 4566 4567 4568 4569 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4565 class TimeBasedSignalFetchConfig < Struct.new( :execution_frequency_ms) SENSITIVE = [] include Aws::Structure end |