/AWS1/CL_IOIGETMDELMANIFESTRSP¶
GetModelManifestResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/IOIRESOURCENAME /AWS1/IOIRESOURCENAME¶
The name of the vehicle model.
iv_arn TYPE /AWS1/IOIARN /AWS1/IOIARN¶
The Amazon Resource Name (ARN) of the vehicle model.
iv_creationtime TYPE /AWS1/IOITIMESTAMP /AWS1/IOITIMESTAMP¶
The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
iv_lastmodificationtime TYPE /AWS1/IOITIMESTAMP /AWS1/IOITIMESTAMP¶
The last time the vehicle model was modified.
Optional arguments:¶
iv_description TYPE /AWS1/IOIDESCRIPTION /AWS1/IOIDESCRIPTION¶
A brief description of the vehicle model.
iv_signalcatalogarn TYPE /AWS1/IOIARN /AWS1/IOIARN¶
The ARN of the signal catalog associated with the vehicle model.
iv_status TYPE /AWS1/IOIMANIFESTSTATUS /AWS1/IOIMANIFESTSTATUS¶
The state of the vehicle model. If the status is
ACTIVE, the vehicle model can't be edited. You can edit the vehicle model if the status is markedDRAFT.
Queryable Attributes¶
name¶
The name of the vehicle model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
arn¶
The Amazon Resource Name (ARN) of the vehicle model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
description¶
A brief description of the vehicle model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
signalCatalogArn¶
The ARN of the signal catalog associated with the vehicle model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIGNALCATALOGARN() |
Getter for SIGNALCATALOGARN, with configurable default |
ASK_SIGNALCATALOGARN() |
Getter for SIGNALCATALOGARN w/ exceptions if field has no va |
HAS_SIGNALCATALOGARN() |
Determine if SIGNALCATALOGARN has a value |
status¶
The state of the vehicle model. If the status is
ACTIVE, the vehicle model can't be edited. You can edit the vehicle model if the status is markedDRAFT.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
creationTime¶
The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
lastModificationTime¶
The last time the vehicle model was modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFICATIONTIME() |
Getter for LASTMODIFICATIONTIME, with configurable default |
ASK_LASTMODIFICATIONTIME() |
Getter for LASTMODIFICATIONTIME w/ exceptions if field has n |
HAS_LASTMODIFICATIONTIME() |
Determine if LASTMODIFICATIONTIME has a value |