Skip to content

/AWS1/CL_IOICREATEVEHICLERSP

CreateVehicleResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_VEHICLENAME TYPE /AWS1/IOIVEHICLENAME /AWS1/IOIVEHICLENAME

The unique ID of the created vehicle.

IV_ARN TYPE /AWS1/IOIARN /AWS1/IOIARN

The ARN of the created vehicle.

IV_THINGARN TYPE /AWS1/IOIARN /AWS1/IOIARN

The ARN of a created or validated Amazon Web Services IoT thing.


Queryable Attributes

vehicleName

The unique ID of the created vehicle.

Accessible with the following methods

Method Description
GET_VEHICLENAME() Getter for VEHICLENAME, with configurable default
ASK_VEHICLENAME() Getter for VEHICLENAME w/ exceptions if field has no value
HAS_VEHICLENAME() Determine if VEHICLENAME has a value

arn

The ARN of the created vehicle.

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

thingArn

The ARN of a created or validated Amazon Web Services IoT thing.

Accessible with the following methods

Method Description
GET_THINGARN() Getter for THINGARN, with configurable default
ASK_THINGARN() Getter for THINGARN w/ exceptions if field has no value
HAS_THINGARN() Determine if THINGARN has a value