VehicleSummary

Information about a vehicle.

To return this information about vehicles in your account, you can use the API operation.

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.

Link copied to clipboard

Static information about a vehicle in a key-value pair. For example:

Link copied to clipboard

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

Link copied to clipboard

The ARN of a decoder manifest associated with the vehicle.

Link copied to clipboard

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

Link copied to clipboard

The ARN of a vehicle model (model manifest) associated with the vehicle.

Link copied to clipboard

The unique ID of the vehicle.

Functions

Link copied to clipboard
inline fun copy(block: VehicleSummary.Builder.() -> Unit = {}): VehicleSummary
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