Class: Aws::IoTFleetWise::Types::StateTemplateAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::StateTemplateAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Overview
The state template associated with a vehicle. State templates contain state properties, which are signals that belong to a signal catalog that is synchronized between the Amazon Web Services IoT FleetWise Edge and the Amazon Web Services Cloud.
Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see [Amazon Web Services Region and feature availability] in the *Amazon Web Services IoT FleetWise Developer Guide*.
[1]: docs.aws.amazon.com/iot-fleetwise/latest/developerguide/fleetwise-regions.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
A unique, service-generated identifier.
-
#state_template_update_strategy ⇒ Types::StateTemplateUpdateStrategy
The update strategy for the state template.
Instance Attribute Details
#identifier ⇒ String
A unique, service-generated identifier.
4247 4248 4249 4250 4251 4252 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4247 class StateTemplateAssociation < Struct.new( :identifier, :state_template_update_strategy) SENSITIVE = [] include Aws::Structure end |
#state_template_update_strategy ⇒ Types::StateTemplateUpdateStrategy
The update strategy for the state template. Vehicles associated with the state template can stream telemetry data with either an ‘onChange` or `periodic` update strategy.
Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see [Amazon Web Services Region and feature availability] in the *Amazon Web Services IoT FleetWise Developer Guide*.
[1]: docs.aws.amazon.com/iot-fleetwise/latest/developerguide/fleetwise-regions.html
4247 4248 4249 4250 4251 4252 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4247 class StateTemplateAssociation < Struct.new( :identifier, :state_template_update_strategy) SENSITIVE = [] include Aws::Structure end |