/AWS1/CL_IOIREGACCOUNTRESPONSE¶
RegisterAccountResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_registeraccountstatus TYPE /AWS1/IOIREGISTRATIONSTATUS /AWS1/IOIREGISTRATIONSTATUS¶
The status of registering your Amazon Web Services account, IAM role, and Timestream resources.
io_iamresources TYPE REF TO /AWS1/CL_IOIIAMRESOURCES /AWS1/CL_IOIIAMRESOURCES¶
The registered IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.
iv_creationtime TYPE /AWS1/IOITIMESTAMP /AWS1/IOITIMESTAMP¶
The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).
iv_lastmodificationtime TYPE /AWS1/IOITIMESTAMP /AWS1/IOITIMESTAMP¶
The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
Optional arguments:¶
io_timestreamresources TYPE REF TO /AWS1/CL_IOITSRRESOURCES /AWS1/CL_IOITSRRESOURCES¶
The registered Amazon Timestream resources that Amazon Web Services IoT FleetWise edge agent software can transfer your vehicle data to.
Queryable Attributes¶
registerAccountStatus¶
The status of registering your Amazon Web Services account, IAM role, and Timestream resources.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTERACCOUNTSTATUS() |
Getter for REGISTERACCOUNTSTATUS, with configurable default |
ASK_REGISTERACCOUNTSTATUS() |
Getter for REGISTERACCOUNTSTATUS w/ exceptions if field has |
HAS_REGISTERACCOUNTSTATUS() |
Determine if REGISTERACCOUNTSTATUS has a value |
timestreamResources¶
The registered Amazon Timestream resources that Amazon Web Services IoT FleetWise edge agent software can transfer your vehicle data to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMESTREAMRESOURCES() |
Getter for TIMESTREAMRESOURCES |
iamResources¶
The registered IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IAMRESOURCES() |
Getter for IAMRESOURCES |
creationTime¶
The time the account was registered, 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 time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
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 |