Class: Aws::IoTFleetWise::Types::StateTemplateAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::StateTemplateAssociation
- Defined in:
- gems/aws-sdk-iotfleetwise/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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The unique ID of the state template.
-
#state_template_update_strategy ⇒ Types::StateTemplateUpdateStrategy
The update strategy for the state template.
Instance Attribute Details
#identifier ⇒ String
The unique ID of the state template.
4312 4313 4314 4315 4316 4317 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4312 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.
4312 4313 4314 4315 4316 4317 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4312 class StateTemplateAssociation < Struct.new( :identifier, :state_template_update_strategy) SENSITIVE = [] include Aws::Structure end |