Class: Aws::IoTFleetWise::Types::UpdateStateTemplateRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_extra_dimensionsArray<String>

A list of vehicle attributes to associate with the payload published on the state template's MQTT topic. (See Processing last known state vehicle data using MQTT messaging). For example, if you add Vehicle.Attributes.Make and Vehicle.Attributes.Model attributes, Amazon Web Services IoT FleetWise will enrich the protobuf encoded payload with those attributes in the extraDimensions field.

Default: An empty array

Returns:

  • (Array<String>)


5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 5087

class UpdateStateTemplateRequest < Struct.new(
  :identifier,
  :description,
  :state_template_properties_to_add,
  :state_template_properties_to_remove,
  :data_extra_dimensions,
  :metadata_extra_dimensions)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A brief description of the state template.

Returns:

  • (String)


5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 5087

class UpdateStateTemplateRequest < Struct.new(
  :identifier,
  :description,
  :state_template_properties_to_add,
  :state_template_properties_to_remove,
  :data_extra_dimensions,
  :metadata_extra_dimensions)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The unique ID of the state template.

Returns:

  • (String)


5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 5087

class UpdateStateTemplateRequest < Struct.new(
  :identifier,
  :description,
  :state_template_properties_to_add,
  :state_template_properties_to_remove,
  :data_extra_dimensions,
  :metadata_extra_dimensions)
  SENSITIVE = []
  include Aws::Structure
end

#metadata_extra_dimensionsArray<String>

A list of vehicle attributes to associate with user properties of the messages published on the state template's MQTT topic. (See Processing last known state vehicle data using MQTT messaging). For example, if you add Vehicle.Attributes.Make and Vehicle.Attributes.Model attributes, Amazon Web Services IoT FleetWise will include these attributes as User Properties with the MQTT message.

Returns:

  • (Array<String>)


5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 5087

class UpdateStateTemplateRequest < Struct.new(
  :identifier,
  :description,
  :state_template_properties_to_add,
  :state_template_properties_to_remove,
  :data_extra_dimensions,
  :metadata_extra_dimensions)
  SENSITIVE = []
  include Aws::Structure
end

#state_template_properties_to_addArray<String>

Add signals from which data is collected as part of the state template.

Returns:

  • (Array<String>)


5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 5087

class UpdateStateTemplateRequest < Struct.new(
  :identifier,
  :description,
  :state_template_properties_to_add,
  :state_template_properties_to_remove,
  :data_extra_dimensions,
  :metadata_extra_dimensions)
  SENSITIVE = []
  include Aws::Structure
end

#state_template_properties_to_removeArray<String>

Remove signals from which data is collected as part of the state template.

Returns:

  • (Array<String>)


5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 5087

class UpdateStateTemplateRequest < Struct.new(
  :identifier,
  :description,
  :state_template_properties_to_add,
  :state_template_properties_to_remove,
  :data_extra_dimensions,
  :metadata_extra_dimensions)
  SENSITIVE = []
  include Aws::Structure
end