Class: Aws::IoTFleetWise::Types::StateTemplateAssociation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#identifierString

The unique ID of the state template.

Returns:

  • (String)


4312
4313
4314
4315
4316
4317
# File '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_strategyTypes::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



4312
4313
4314
4315
4316
4317
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4312

class StateTemplateAssociation < Struct.new(
  :identifier,
  :state_template_update_strategy)
  SENSITIVE = []
  include Aws::Structure
end