ModelManifestSummary

Information about a vehicle model (model manifest). You can use the API operation to return this information about multiple vehicle models.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the vehicle model.

Link copied to clipboard

The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).

Link copied to clipboard

A brief description of the vehicle model.

Link copied to clipboard

The time the vehicle model was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).

Link copied to clipboard
val name: String?

The name of the vehicle model.

Link copied to clipboard

The ARN of the signal catalog associated with the vehicle model.

Link copied to clipboard

The state of the vehicle model. If the status is ACTIVE, the vehicle model can't be edited. If the status is DRAFT, you can edit the vehicle model.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String