Class: Aws::IoTFleetWise::Types::UpdateVehicleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::UpdateVehicleRequest
- Defined in:
- gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_update_mode ⇒ String
The method the specified attributes will update the existing attributes on the vehicle.
-
#attributes ⇒ Hash<String,String>
Static information about a vehicle in a key-value pair.
-
#decoder_manifest_arn ⇒ String
The ARN of the decoder manifest associated with this vehicle.
-
#model_manifest_arn ⇒ String
The ARN of a vehicle model (model manifest) associated with the vehicle.
-
#state_templates_to_add ⇒ Array<Types::StateTemplateAssociation>
Associate state templates with the vehicle.
-
#state_templates_to_remove ⇒ Array<String>
Remove state templates from the vehicle.
-
#vehicle_name ⇒ String
The unique ID of the vehicle to update.
Instance Attribute Details
#attribute_update_mode ⇒ String
The method the specified attributes will update the existing
attributes on the vehicle. UseOverwite
to replace the vehicle
attributes with the specified attributes. Or use Merge
to combine
all attributes.
This is required if attributes are present in the input.
5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 5112 class UpdateVehicleRequest < Struct.new( :vehicle_name, :model_manifest_arn, :decoder_manifest_arn, :attributes, :attribute_update_mode, :state_templates_to_add, :state_templates_to_remove) SENSITIVE = [] include Aws::Structure end |
#attributes ⇒ Hash<String,String>
Static information about a vehicle in a key-value pair. For example:
"engineType"
: "1.3 L R2"
5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 5112 class UpdateVehicleRequest < Struct.new( :vehicle_name, :model_manifest_arn, :decoder_manifest_arn, :attributes, :attribute_update_mode, :state_templates_to_add, :state_templates_to_remove) SENSITIVE = [] include Aws::Structure end |
#decoder_manifest_arn ⇒ String
The ARN of the decoder manifest associated with this vehicle.
5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 5112 class UpdateVehicleRequest < Struct.new( :vehicle_name, :model_manifest_arn, :decoder_manifest_arn, :attributes, :attribute_update_mode, :state_templates_to_add, :state_templates_to_remove) SENSITIVE = [] include Aws::Structure end |
#model_manifest_arn ⇒ String
The ARN of a vehicle model (model manifest) associated with the vehicle.
5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 5112 class UpdateVehicleRequest < Struct.new( :vehicle_name, :model_manifest_arn, :decoder_manifest_arn, :attributes, :attribute_update_mode, :state_templates_to_add, :state_templates_to_remove) SENSITIVE = [] include Aws::Structure end |
#state_templates_to_add ⇒ Array<Types::StateTemplateAssociation>
Associate state templates with the vehicle.
5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 5112 class UpdateVehicleRequest < Struct.new( :vehicle_name, :model_manifest_arn, :decoder_manifest_arn, :attributes, :attribute_update_mode, :state_templates_to_add, :state_templates_to_remove) SENSITIVE = [] include Aws::Structure end |
#state_templates_to_remove ⇒ Array<String>
Remove state templates from the vehicle.
5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 5112 class UpdateVehicleRequest < Struct.new( :vehicle_name, :model_manifest_arn, :decoder_manifest_arn, :attributes, :attribute_update_mode, :state_templates_to_add, :state_templates_to_remove) SENSITIVE = [] include Aws::Structure end |
#vehicle_name ⇒ String
The unique ID of the vehicle to update.
5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 5112 class UpdateVehicleRequest < Struct.new( :vehicle_name, :model_manifest_arn, :decoder_manifest_arn, :attributes, :attribute_update_mode, :state_templates_to_add, :state_templates_to_remove) SENSITIVE = [] include Aws::Structure end |