VehicleSummary
Information about a vehicle.
To return this information about vehicles in your account, you can use the ListVehicles API operation.
Contents
- arn
-
The Amazon Resource Name (ARN) of the vehicle.
Type: String
Required: Yes
- creationTime
-
The time the vehicle was created in seconds since epoch (January 1, 1970 at midnight UTC time).
Type: Timestamp
Required: Yes
- decoderManifestArn
-
The ARN of a decoder manifest associated with the vehicle.
Type: String
Required: Yes
- lastModificationTime
-
The time the vehicle was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
Type: Timestamp
Required: Yes
- modelManifestArn
-
The ARN of a vehicle model (model manifest) associated with the vehicle.
Type: String
Required: Yes
- vehicleName
-
The unique ID of the vehicle.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[a-zA-Z\d\-_:]+
Required: Yes
- attributes
-
Static information about a vehicle in a key-value pair. For example:
"engineType"
:"1.3 L R2"
Type: String to string map
Key Length Constraints: Minimum length of 1. Maximum length of 150.
Key Pattern:
[a-zA-Z0-9_.-]+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: