ModelManifestSummary
Information about a vehicle model (model manifest). You can use the ListModelManifests API operation to return this information about multiple vehicle models.
Contents
- creationTime
-
The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
Type: Timestamp
Required: Yes
- lastModificationTime
-
The time the vehicle model was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
Type: Timestamp
Required: Yes
- arn
-
The Amazon Resource Name (ARN) of the vehicle model.
Type: String
Required: No
- description
-
A brief description of the vehicle model.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
[^\u0000-\u001F\u007F]+
Required: No
- name
-
The name of the vehicle model.
Type: String
Required: No
- signalCatalogArn
-
The ARN of the signal catalog associated with the vehicle model.
Type: String
Required: No
- status
-
The state of the vehicle model. If the status is
ACTIVE
, the vehicle model can't be edited. If the status isDRAFT
, you can edit the vehicle model.Type: String
Valid Values:
ACTIVE | DRAFT | INVALID | VALIDATING
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: