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

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

Instance Attribute Details

#identifierString

A unique, service-generated identifier.

Returns:

  • (String)


4247
4248
4249
4250
4251
4252
# File 'gems/aws-sdk-iotfleetwise/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_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.



4247
4248
4249
4250
4251
4252
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4247

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